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