Update .travis.yml

This commit is contained in:
Akash
2020-07-20 23:16:33 +05:30
committed by GitHub
parent a5a98b9b00
commit 8e46a9ba7a

View File

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