Selaa lähdekoodia

add pytest-cov dependencie

Bastien Sevajol 6 vuotta sitten
vanhempi
commit
be0ba79ea3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Näytä tiedosto

@@ -7,6 +7,7 @@ python:
7 7
   - "3.6"
8 8
 install:
9 9
   - "pip install -r requirements.txt"
10
+  - "pip install pytest-cov"
10 11
   - "pip install coveralls"
11 12
 script:
12 13
   - py.test --cov-config .coveragerc --cov=synergine2 ./tests/