From bf6f599c4279f77eeccb9c263ba329ec993b9913 Mon Sep 17 00:00:00 2001 From: Djebran Lezzoum Date: Thu, 24 Jan 2019 14:54:16 +0200 Subject: [PATCH] Fix pytest version (#42) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05823a6..d441c19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: install: - pip install -U pip - pip install -r requirements.txt - - pip install pytest pytest-cov pytest-xdist flake8 codecov unittest2 + - pip install 'pytest>=4.0.2' pytest-cov pytest-xdist flake8 codecov unittest2 script: - make lint - make test