浏览代码

Update .travis.yml

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

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

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