Quellcode durchsuchen

travis py3.4 typing package

Bastien Sevajol vor 8 Jahren
Ursprung
Commit
21231e10b8
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Datei anzeigen

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