浏览代码

travis py3.4 typing package

Bastien Sevajol 7 年前
父节点
当前提交
21231e10b8
共有 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 -e ."[test]"
10
   - pip install -e ."[test]"
11
+  - pip install typing
11
 
12
 
12
 script: 
13
 script: 
13
   - pytest --cov=hapic tests
14
   - pytest --cov=hapic tests