We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d917d2f commit 7ac201dCopy full SHA for 7ac201d
1 file changed
tox.ini
@@ -3,9 +3,11 @@ envlist = py32,py27,py26
3
4
[testenv]
5
commands = bash ./tests/run_tests {envdir} []
6
+deps = virtualenv
7
8
# Not sure why this is needed, but on my system if it isn't included then
9
# the python version picked up for 2.6 is actually 2.7.
10
# IF THIS CAUSES YOU A PROBLEM COMMENT IT OUT BEFORE RUNNING THE TESTS.
-#[testenv:py26]
11
+[testenv:py26]
12
#basepython=/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
13
+basepython=python2.6
0 commit comments