##// END OF EJS Templates
run tests with trio and curio on travis
Matthias Bussonnier -
Show More
@@ -16,6 +16,7 b' install:'
16 - pip install pip --upgrade
16 - pip install pip --upgrade
17 - pip install setuptools --upgrade
17 - pip install setuptools --upgrade
18 - pip install -e file://$PWD#egg=ipython[test] --upgrade
18 - pip install -e file://$PWD#egg=ipython[test] --upgrade
19 - pip install trio curio
19 - pip install codecov check-manifest --upgrade
20 - pip install codecov check-manifest --upgrade
20 - sudo apt-get install graphviz
21 - sudo apt-get install graphviz
21 script:
22 script:
General Comments 0
You need to be logged in to leave comments. Login now