Przeglądaj źródła

reinstall dependencies

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

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

@@ -2,7 +2,7 @@ language: python
2 2
 python:
3 3
   - "3.4"
4 4
 install:
5
-  - "pip install -r tests_requirements.txt"
5
+  - "pip install -r --reinstall tests_requirements.txt"
6 6
   - "pip install python-coveralls"
7 7
 script:
8 8
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py