remove coveralls from travis

hoping to save some time in tests, we already have coverage report
locally so no need to burden travis more.
pull/15150/head
Brian Coca 9 years ago
parent 228ad3ca39
commit 92f29746d9

@ -27,11 +27,9 @@ addons:
packages:
- python2.4
install:
- pip install tox coveralls
- pip install tox
script:
- ./test/utils/run_tests.sh
after_success:
- coveralls
notifications:
irc:
channels:

Loading…
Cancel
Save