Update .travis.yml
This commit is contained in:
parent
94cb08bb37
commit
bae3412bee
@ -8,7 +8,11 @@ dist: xenial
|
||||
cache: pip
|
||||
install:
|
||||
- pip install pytest
|
||||
- pip install coverage
|
||||
before_script:
|
||||
cd tests
|
||||
script:
|
||||
- pytest test_1.py
|
||||
- coverage run -m pytest --cov=./
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
Loading…
Reference in New Issue
Block a user