From f244f58a17c2a35a499424da4935c12b0385715b Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 7 Jan 2018 04:15:11 +0100 Subject: Comment out: pip install -r requirements.txt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f469996..2a6e9669 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3