Update .travis.yml

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

View File

@ -10,8 +10,8 @@ before_install:
- python --version
- pip install -U pip
- pip install -U pytest
- pip install codecov
- pip install pytest pytest-cov
script:
- python -m pytest
- pytest --cov=./
after_success:
- python -m codecov