Skip to content

Commit 6178784

Browse files
Chipe1norvig
authored andcommitted
Temporarily remove flake8 tests (aimacode#487)
1 parent 28c4948 commit 6178784

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ install:
1616
script:
1717
- py.test
1818
- python -m doctest -v *.py
19-
- flake8 .
2019

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

0 commit comments

Comments
 (0)