diff options
| author | cclauss <cclauss@bluewin.ch> | 2018-01-07 04:15:11 +0100 |
|---|---|---|
| committer | Lex Neva <lexelby@users.noreply.github.com> | 2018-01-07 15:41:53 -0500 |
| commit | f244f58a17c2a35a499424da4935c12b0385715b (patch) | |
| tree | bbc5b6ee84a1e2087fe686428270e98be9aa868b | |
| parent | b4d72df9374dac71a26fca3e9c8e4eb1d7d63b3f (diff) | |
Comment out: pip install -r requirements.txt
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
