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