Browse Source

add pytest-cov dependencie

Bastien Sevajol 6 years ago
parent
commit
be0ba79ea3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml View File

@@ -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/