Explorar el Código

Update .travis.yml

Bastien Sevajol hace 8 años
padre
commit
59ba811a8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml Ver fichero

8
 install:
8
 install:
9
   - python setup.py develop
9
   - python setup.py develop
10
   - pip install pytest pytest-cov
10
   - pip install pytest pytest-cov
11
-  - if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install typing; fi
11
+  - if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install typing http; fi
12
 
12
 
13
 script: 
13
 script: 
14
   - pytest --cov=hapic tests
14
   - pytest --cov=hapic tests