Update .travis.yml
This commit is contained in:
parent
7db27ae5e1
commit
a721ab7d6c
@ -10,8 +10,8 @@ before_install:
|
|||||||
- python --version
|
- python --version
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
- pip install -U pytest
|
- pip install -U pytest
|
||||||
- pip install codecov
|
- pip install pytest pytest-cov
|
||||||
script:
|
script:
|
||||||
- python -m pytest
|
- pytest --cov=./
|
||||||
after_success:
|
after_success:
|
||||||
- python -m codecov
|
- python -m codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user