Comment out: pip install -r requirements.txt

pull/14/merge
cclauss 2018-01-07 04:15:11 +01:00 zatwierdzone przez Lex Neva
rodzic b4d72df937
commit f244f58a17
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ matrix:
allow_failures:
- python: 3.6
install:
- pip install -r requirements.txt
# - pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later
before_script:
# stop the build if there are Python syntax errors or undefined names