Przeglądaj źródła

Update .travis.yml

Bastien Sevajol 8 lat temu
rodzic
commit
3db2046045
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml Wyświetl plik

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 http; fi
11
+  - if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install typing http requests; fi
12
 
12
 
13
 script: 
13
 script: 
14
   - pytest --cov=hapic tests
14
   - pytest --cov=hapic tests