ソースを参照

Update .travis.yml

Bastien Sevajol 6 年 前
コミット
8162966262
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml ファイルの表示

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