Browse Source

travis py3.4 typing package

Bastien Sevajol 7 years ago
parent
commit
21231e10b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml View File

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