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