##// END OF EJS Templates
Fix tox.ini...
Takafumi Arakaki -
Show More
@@ -7,13 +7,20 b''
7 7 envlist = py26, py27, py32
8 8
9 9 [testenv]
10 deps =
11 nose
12
13 # To avoid loading IPython module in the current directory, change
14 # current directory to ".tox/py*/tmp" before running test.
15 changedir = {envtmpdir}
16
10 17 commands =
11 pip install -q --use-mirrors nose
18 # As pip does not treat egg, use easy_install to install PyZMQ.
19 # See also: https://github.com/zeromq/pyzmq
12 20 easy_install -q pyzmq
13 iptest -w /tmp
21 iptest []
14 22
15 23 [testenv:py32]
16 24 commands =
17 pip install -q --use-mirrors nose
18 25 easy_install -q pyzmq
19 iptest3 -w /tmp
26 iptest3 []
General Comments 0
You need to be logged in to leave comments. Login now