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

Commit

Permalink
Merge pull request #5 from cclauss/patch-1
Browse files Browse the repository at this point in the history
flake8 --max-line-length=100
  • Loading branch information
s3rvac committed Apr 9, 2018
2 parents c7328fc + 8e70cd4 commit 8b07c89
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 @@ -15,6 +15,6 @@ install:
- pip install responses
script:
- nosetests tests --with-coverage --cover-package=retdec --cover-erase
- flake8 --ignore=E501 retdec tests
- flake8 --max-line-length=100 retdec tests
after_success:
- coveralls

0 comments on commit 8b07c89

Please sign in to comment.