Kaynağa Gözat

Update .travis.yml

Bastien Sevajol 8 yıl önce
ebeveyn
işleme
8162966262
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml Dosyayı Görüntüle

6
 
6
 
7
 install:
7
 install:
8
   - python setup.py develop
8
   - python setup.py develop
9
-  - pip install pytest pytest-cov
9
+  - pip install pytest pytest-cov python-coveralls
10
 
10
 
11
 script: 
11
 script: 
12
   - pytest --cov=hapic tests
12
   - pytest --cov=hapic tests