From ae1283c79002bdb8db194bf2b21b29fb2343c31e Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 18 Nov 2014 15:47:54 +0100 Subject: [PATCH] Travis: update py.test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bf6350c..47c8848a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ install: # command to run tests before_script: -- pip install pytest-cov pytest-django +- pip install -U pytest-cov pytest-django script: - py.test -v --cov telemeta -- 2.39.5