We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e23e1 commit 161c9dcCopy full SHA for 161c9dc
tox.ini
@@ -14,6 +14,8 @@ setenv =
14
passenv = CI TRAVIS TRAVIS_*
15
deps = -r{toxinidir}/requirements/testing.txt
16
changedir = {toxinidir}/readthedocs
17
+basepython =
18
+ python3.6
19
commands =
20
/bin/sh -c '\
21
export DJANGO_SETTINGS_MODULE=readthedocs.settings.test; \
0 commit comments