ソースを参照

Update .travis.yml

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

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

@@ -8,6 +8,7 @@ python:
8 8
 install:
9 9
   - python setup.py develop
10 10
   - pip install pytest pytest-cov
11
+  - if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install typing; fi
11 12
 
12 13
 script: 
13 14
   - pytest --cov=hapic tests