From: Thomas Fillon Date: Tue, 18 Nov 2014 14:47:54 +0000 (+0100) Subject: Travis: update py.test X-Git-Tag: 1.5.0rc1~27^2~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ae1283c79002bdb8db194bf2b21b29fb2343c31e;p=telemeta.git Travis: update py.test --- 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