Update .travis.yml

This commit is contained in:
Akash 2020-07-20 23:11:56 +05:30 committed by GitHub
parent a721ab7d6c
commit a5a98b9b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ before_install:
- pip install -U pytest
- pip install pytest pytest-cov
script:
- cd tests
- pytest --cov=./
after_success:
- python -m codecov