Show More
@@ -17,11 +17,11 b' before_install:' | |||||
17 | - time sudo apt-get update |
|
17 | - time sudo apt-get update | |
18 | - time sudo apt-get install pandoc casperjs libzmq3-dev |
|
18 | - time sudo apt-get install pandoc casperjs libzmq3-dev | |
19 | # pin tornado < 4 for js tests while phantom is on super old webkit |
|
19 | # pin tornado < 4 for js tests while phantom is on super old webkit | |
20 | - if [[ $GROUP == 'js' ]]; then pip install 'tornado<4'; fi |
|
20 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels | |
21 | - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests!=2.4.2 mock pyzmq jsonschema jsonpointer mistune |
|
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 |
|
22 | - if [[ $GROUP == 'js' ]]; then python -m IPython.external.mathjax; fi | |
23 | install: |
|
23 | install: | |
24 | - time python setup.py install -q |
|
24 | - time pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all] | |
25 | script: |
|
25 | script: | |
26 | - cd /tmp && iptest $GROUP |
|
26 | - cd /tmp && iptest $GROUP | |
27 |
|
27 |
General Comments 0
You need to be logged in to leave comments.
Login now