##// END OF EJS Templates
Add tox.ini for tox (http://tox.testrun.org/)
Marc Abramowitz -
Show More
@@ -0,0 +1,19 b''
1 # Tox (http://tox.testrun.org/) is a tool for running tests
2 # in multiple virtualenvs. This configuration file will run the
3 # test suite on all supported python versions. To use it, "pip install tox"
4 # and then run "tox" from this directory.
5
6 [tox]
7 envlist = py26, py27, py32
8
9 [testenv]
10 commands =
11 pip install -q --use-mirrors numpy nose
12 easy_install -q pyzmq
13 iptest -w /tmp
14
15 [testenv:py32]
16 commands =
17 pip install -q --use-mirrors numpy nose
18 easy_install -q pyzmq
19 iptest3 -w /tmp
General Comments 0
You need to be logged in to leave comments. Login now