]> git.parisson.com Git - telemeta.git/commitdiff
Travis: install pytest-cov and pytest-django before running script
authorThomas Fillon <thomas@parisson.com>
Tue, 18 Nov 2014 14:38:42 +0000 (15:38 +0100)
committerThomas Fillon <thomas@parisson.com>
Tue, 18 Nov 2014 14:38:42 +0000 (15:38 +0100)
.travis.yml

index 92f680d1ec44aab375977fee1ef325e8bb3cd9b8..9bf6350c75611e4eea10655413b66542d42052e3 100644 (file)
@@ -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