浏览代码

add pytest-cov dependencie

Bastien Sevajol 6 年前
父节点
当前提交
be0ba79ea3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml 查看文件

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