##// END OF EJS Templates
don't pin tornado<4 on travis
Min RK -
Show More
@@ -16,12 +16,10 b' before_install:'
16 16 - sudo add-apt-repository -y ppa:marutter/c2d4u
17 17 - sudo apt-get update
18 18 - sudo apt-get install pandoc casperjs libzmq3-dev
19 # pin tornado < 4 for js tests while phantom is on super old webkit
20 19 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
21 - if [[ $GROUP == 'js' ]]; then pip install -f travis-wheels/wheelhouse 'tornado<4'; fi
22 - if [[ $GROUP == 'js' ]]; then python -m IPython.external.mathjax; fi
20 - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax; fi'
23 21 install:
24 - time pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all]
22 - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all]
25 23 script:
26 24 - cd /tmp && iptest $GROUP
27 25
General Comments 0
You need to be logged in to leave comments. Login now