##// END OF EJS Templates
only ask for coverage when it works (not js)
Min RK -
Show More
@@ -22,11 +22,12 b' before_install:'
22 - sudo apt-get install pandoc casperjs libzmq3-dev
22 - sudo apt-get install pandoc casperjs libzmq3-dev
23 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
23 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
24 - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax; fi'
24 - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax; fi'
25 - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi'
25 install:
26 install:
26 - pip install coveralls
27 - pip install coveralls
27 - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all]
28 - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all]
28 script:
29 script:
29 - cd /tmp && iptest $GROUP --coverage xml && cd -
30 - cd /tmp && iptest $GROUP $COVERAGE && cd -
30
31
31 matrix:
32 matrix:
32 exclude:
33 exclude:
General Comments 0
You need to be logged in to leave comments. Login now