From: Thomas Fillon Date: Tue, 18 Nov 2014 14:38:42 +0000 (+0100) Subject: Travis: install pytest-cov and pytest-django before running script X-Git-Tag: 1.5.0rc1~27^2~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9494113624dcfb534f7d248b169f789597af65d0;p=telemeta.git Travis: install pytest-cov and pytest-django before running script --- diff --git a/.travis.yml b/.travis.yml index 92f680d1..9bf6350c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,7 @@ install: - pip install -e . # command to run tests +before_script: +- pip install pytest-cov pytest-django script: - py.test -v --cov telemeta