Skip to content

Commit 1950896

Browse files
committed
Use Python 2.7 for mkdocs build.
1 parent 1188073 commit 1950896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deps =
5151
-rrequirements/requirements-testing.txt
5252

5353
[testenv:docs]
54-
basepython = python3.7
54+
basepython = python2.7
5555
commands = mkdocs build
5656
deps =
5757
-rrequirements/requirements-testing.txt

0 commit comments

Comments
 (0)