We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c4948 commit 6178784Copy full SHA for 6178784
.travis.yml
@@ -16,7 +16,6 @@ install:
16
script:
17
- py.test
18
- python -m doctest -v *.py
19
- - flake8 .
20
21
after_success:
22
- flake8 --max-line-length 100 --ignore=E121,E123,E126,E221,E222,E225,E226,E242,E701,E702,E704,E731,W503 .
0 commit comments