From 4318feb275edf59fc13d4070998ad423d04cf5a3 Mon Sep 17 00:00:00 2001 From: Mitchell Yuwono Date: Tue, 7 Feb 2017 08:19:24 +1100 Subject: [PATCH] force pytest version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffd8fa8..5b9166a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - 3.3 - 3.5 install: - - pip install pytest pytest-cov pybuilder coveralls pytest-mock mock responses + - pip install pytest==3.0.6 + - pip install pytest-cov pybuilder coveralls pytest-mock mock responses script: pyb after_success: