Update .travis.yml

removed coverall from travis build script
This commit is contained in:
Richard Hartmann 2016-09-21 22:42:15 +02:00 committed by GitHub
parent 77ca46a0cb
commit 2f53870fe5

View file

@ -15,7 +15,6 @@ before_install:
install:
- pip install numpy
- pip install pytest pytest-cov
- pip install python-coveralls
- pip freeze
- pwd
- ls
@ -24,5 +23,4 @@ script:
- py.test tests/ -v --cov=binfootprint --cov-report term-missing
after_success:
- coveralls
- bash <(curl -s https://codecov.io/bash)