Parcourir la source

travis py3.4 typing package

Bastien Sevajol il y a 6 ans
Parent
révision
21231e10b8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Voir le fichier

@@ -8,6 +8,7 @@ python:
8 8
 install:
9 9
   - python setup.py develop
10 10
   - pip install -e ."[test]"
11
+  - pip install typing
11 12
 
12 13
 script: 
13 14
   - pytest --cov=hapic tests