Skip to content

Commit 1ef9a84

Browse files
lucasmouranorvig
authored andcommitted
Make build break for flake8 errors on tests dir (aimacode#363)
1 parent a17cc77 commit 1ef9a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ install:
1414
- pip install -r requirements.txt
1515

1616
script:
17+
- flake8 tests/
1718
- py.test
1819
- python -m doctest -v *.py
1920

0 commit comments

Comments
 (0)