commit 11cc534e48180ce97e73572ee602b1cde49aa0f6
parent 760c74a2f7c7227ac0df30abd879254b8118642d
Author: Sheng <webmaster0115@gmail.com>
Date: Fri, 2 Oct 2020 11:44:16 +0800
Use pytest 4.6+
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -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: