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

Commit

Permalink
flake8 --max-line-length=124
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 10, 2020
1 parent d5e94b1 commit 1809aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
install:
- pip install -r requirements.txt
before_script:
- flake8 . --count --max-complexity=10 --max-line-length=121 --statistics --exclude lib
- flake8 . --count --max-complexity=10 --max-line-length=124 --statistics --exclude lib
script:
- PYTHONPATH=. pytest tests
notifications:
Expand Down

0 comments on commit 1809aad

Please sign in to comment.