Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8406e04

Browse files
committed
ignore some errors in flake8 in .travis.yml
1 parent c28e940 commit 8406e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- py.test
1616

1717
after_success:
18-
- flake8 --max-line-length 100 .
18+
- flake8 --max-line-length 100 ignore=E121,E123,E126,E221,E222,E225,E226,E242,E701,E702,E704,E731,W503 .
1919

2020
notifications:
2121
email: false

0 commit comments

Comments
 (0)