From 11cc534e48180ce97e73572ee602b1cde49aa0f6 Mon Sep 17 00:00:00 2001 From: Sheng Date: Fri, 2 Oct 2020 11:44:16 +0800 Subject: [PATCH] Use pytest 4.6+ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1c488e..3cd076c 100644 --- 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: