##// END OF EJS Templates
remove numpy install from travis/tox scripts...
MinRK -
Show More
@@ -5,7 +5,6 b' python:'
5 5 - 2.7
6 6 - 3.2
7 7 before_install:
8 - pip install --use-mirrors numpy
9 8 - easy_install -q pyzmq
10 9 install:
11 10 - python setup.py install -q
@@ -8,12 +8,12 b' envlist = py26, py27, py32'
8 8
9 9 [testenv]
10 10 commands =
11 pip install -q --use-mirrors numpy nose
11 pip install -q --use-mirrors nose
12 12 easy_install -q pyzmq
13 13 iptest -w /tmp
14 14
15 15 [testenv:py32]
16 16 commands =
17 pip install -q --use-mirrors numpy nose
17 pip install -q --use-mirrors nose
18 18 easy_install -q pyzmq
19 19 iptest3 -w /tmp
General Comments 0
You need to be logged in to leave comments. Login now