mirror of
https://github.com/vale981/binfootprint
synced 2025-03-04 08:41:41 -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:
|
||||
- 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue