Use pytest 4.6+

This commit is contained in:
Sheng
2020-10-02 11:44:16 +08:00
parent 760c74a2f7
commit 11cc534e48
+1 -1
View File
@@ -11,7 +11,7 @@ python:
install:
- pip install -r requirements.txt
- pip install pytest pytest-cov codecov flake8
- pip install pytest>=4.6 pytest-cov codecov flake8
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi
script: