Skip to content

Commit 161c9dc

Browse files
committed
Enforce Python 3.6 in tox
1 parent d1e23e1 commit 161c9dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ setenv =
1414
passenv = CI TRAVIS TRAVIS_*
1515
deps = -r{toxinidir}/requirements/testing.txt
1616
changedir = {toxinidir}/readthedocs
17+
basepython =
18+
python3.6
1719
commands =
1820
/bin/sh -c '\
1921
export DJANGO_SETTINGS_MODULE=readthedocs.settings.test; \

0 commit comments

Comments
 (0)