Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Exclude lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 4, 2017
1 parent 7d071f4 commit a72db55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ install:
- pip install -r requirements.txt
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude lib
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
- flake8 . --count --max-complexity=10 --max-line-length=127 --statistics --exclude lib
script:
- PYTHONPATH=. pytest tests
notifications:
Expand Down

0 comments on commit a72db55

Please sign in to comment.