Update .travis.yml

This commit is contained in:
Akash 2020-07-20 23:20:43 +05:30 committed by GitHub
parent 8e46a9ba7a
commit 4066a65678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ before_install:
- python --version
- pip install -U pip
- pip install -U pytest
- pip install coverage
- pip install codecov
- pip install pytest pytest-cov
script:
- cd tests