Use pytest 4.6+

pull/209/head
Sheng 2020-10-02 11:44:16 +08:00
parent 760c74a2f7
commit 11cc534e48
1 changed files with 1 additions and 1 deletions

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: