Sfoglia il codice sorgente

Update .travis.yml

Bastien Sevajol 6 anni fa
parent
commit
59ba811a8f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml Vedi File

@@ -8,7 +8,7 @@ python:
8 8
 install:
9 9
   - python setup.py develop
10 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 13
 script: 
14 14
   - pytest --cov=hapic tests