From 43982d2cd2848b151b4b9aaec3a69dba4b080c9c Mon Sep 17 00:00:00 2001 From: FengZiYjun Date: Tue, 8 Jan 2019 20:20:09 +0800 Subject: [PATCH] fix ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11239eb4..559fc86e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: # command to install dependencies install: - pip install --quiet -r requirements.txt - - pip install pytest pytest-cov + - pip install pytest>=3.6 + - pip install pytest-cov # command to run tests script: - pytest --cov=./