##// END OF EJS Templates
install coveralls from wheel
Min RK -
Show More
@@ -23,8 +23,7 b' before_install:'
23 - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax; fi'
23 - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax; fi'
24 - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi'
24 - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi'
25 install:
25 install:
26 - pip install coveralls
26 - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all] coveralls
27 - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all]
28 script:
27 script:
29 - cd /tmp && iptest $GROUP $COVERAGE && cd -
28 - cd /tmp && iptest $GROUP $COVERAGE && cd -
30
29
General Comments 0
You need to be logged in to leave comments. Login now