Updated .travis.yml

This commit is contained in:
Sheng
2019-01-15 23:27:48 +08:00
parent 682ddbf65f
commit 9f6d900b23
+1 -1
View File
@@ -14,7 +14,7 @@ matrix:
install:
- pip install -r requirements.txt
- pip install pytest pytest-cov==2.6 codecov flake8
- pip install pytest==3.8.0 pytest-cov==2.6.0 codecov flake8
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi
script: