Bastien Sevajol 8 лет назад
Родитель
Сommit
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/