##// END OF EJS Templates
no longer need 3 suffix on travis, tox
MinRK -
Show More
@@ -15,5 +15,4 b' before_install:'
15 15 install:
16 16 - python setup.py install -q
17 17 script:
18 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cd /tmp; iptest; fi
19 - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then cd /tmp; iptest3; fi
18 - cd /tmp && iptest
@@ -22,8 +22,3 b' commands ='
22 22 # See also: https://github.com/zeromq/pyzmq
23 23 easy_install -q pyzmq
24 24 iptest --all
25
26 [testenv:py33]
27 commands =
28 easy_install -q pyzmq
29 iptest3 --all
General Comments 0
You need to be logged in to leave comments. Login now