Skip to content

Commit 7ac201d

Browse files
committed
include virtualenv in the test dependencies
1 parent d917d2f commit 7ac201d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ envlist = py32,py27,py26
33

44
[testenv]
55
commands = bash ./tests/run_tests {envdir} []
6+
deps = virtualenv
67

78
# Not sure why this is needed, but on my system if it isn't included then
89
# the python version picked up for 2.6 is actually 2.7.
910
# IF THIS CAUSES YOU A PROBLEM COMMENT IT OUT BEFORE RUNNING THE TESTS.
10-
#[testenv:py26]
11+
[testenv:py26]
1112
#basepython=/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
13+
basepython=python2.6

0 commit comments

Comments
 (0)