##// END OF EJS Templates
Remove coverall...
Matthias Bussonnier -
Show More
@@ -10,12 +10,11 b' before_install:'
10 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
10 - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
11 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
11 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
12 install:
12 install:
13 - pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=ipython[test] coveralls
13 - pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=ipython[test]
14 - pip install codecov
14 - pip install codecov
15 script:
15 script:
16 - cd /tmp && iptest --coverage xml && cd -
16 - cd /tmp && iptest --coverage xml && cd -
17 after_success:
17 after_success:
18 - cp /tmp/ipy_coverage.xml ./
18 - cp /tmp/ipy_coverage.xml ./
19 - cp /tmp/.coverage ./
19 - cp /tmp/.coverage ./
20 - coveralls
21 - codecov
20 - codecov
@@ -1,5 +1,5 b''
1 .. image:: https://img.shields.io/coveralls/ipython/ipython.svg
1 .. image:: https://codecov.io/github/ipython/ipython/coverage.svg?branch=master
2 :target: https://coveralls.io/r/ipython/ipython?branch=master
2 :target: https://codecov.io/github/ipython/ipython?branch=master
3
3
4 .. image:: https://img.shields.io/pypi/dm/IPython.svg
4 .. image:: https://img.shields.io/pypi/dm/IPython.svg
5 :target: https://pypi.python.org/pypi/ipython
5 :target: https://pypi.python.org/pypi/ipython
General Comments 0
You need to be logged in to leave comments. Login now