mirror of
https://github.com/vale981/binfootprint
synced 2025-03-05 09:11:40 -05:00
Update .travis.yml
removed coverall from travis build script
This commit is contained in:
parent
77ca46a0cb
commit
2f53870fe5
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- pip install numpy
|
- pip install numpy
|
||||||
- pip install pytest pytest-cov
|
- pip install pytest pytest-cov
|
||||||
- pip install python-coveralls
|
|
||||||
- pip freeze
|
- pip freeze
|
||||||
- pwd
|
- pwd
|
||||||
- ls
|
- ls
|
||||||
|
@ -24,5 +23,4 @@ script:
|
||||||
- py.test tests/ -v --cov=binfootprint --cov-report term-missing
|
- py.test tests/ -v --cov=binfootprint --cov-report term-missing
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
Loading…
Add table
Reference in a new issue