##// END OF EJS Templates
install local mathjax on Travis...
MinRK -
Show More
@@ -17,8 +17,9 b' before_install:'
17 # pin tornado < 4 for js tests while phantom is on super old webkit
17 # pin tornado < 4 for js tests while phantom is on super old webkit
18 - if [[ $GROUP == 'js' ]]; then pip install 'tornado<4'; fi
18 - if [[ $GROUP == 'js' ]]; then pip install 'tornado<4'; fi
19 - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests!=2.4.2 mock pyzmq jsonschema jsonpointer mistune
19 - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests!=2.4.2 mock pyzmq jsonschema jsonpointer mistune
20 - if [[ $GROUP == 'js' ]]; then python -m IPython.external.mathjax; fi
20 install:
21 install:
21 - time python setup.py install -q
22 - time python setup.py install -q
22 script:
23 script:
23 - cd /tmp && iptest $GROUP
24 - cd /tmp && iptest $GROUP
24
25
General Comments 0
You need to be logged in to leave comments. Login now