Explorar el Código

travis py3.4 typing package

Bastien Sevajol hace 6 años
padre
commit
21231e10b8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Ver fichero

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