Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Remove linting of full codebase from travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Aug 29, 2018
1 parent 52493d7 commit 61a837e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ install:
- pip install regex scipy sklearn pexpect # tfidf-retriever dependencies
# install pytorch non-cuda version
- pip install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp36-cp36m-linux_x86_64.whl
before_script:
# stop the build if there are Python syntax errors or undefined names
- time flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- time flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- bash tests/check_copyright.sh
- ./tests/lint_changed.sh
Expand Down

0 comments on commit 61a837e

Please sign in to comment.