From 9494113624dcfb534f7d248b169f789597af65d0 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 18 Nov 2014 15:38:42 +0100 Subject: [PATCH] Travis: install pytest-cov and pytest-django before running script --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5