Skip to content

Commit 904bd30

Browse files
jdeverasdelquin
authored andcommitted
Run flake8 in Travis tests (#25)
So that pull requests are marked as failed if they do not pass flake8 cleanly.
1 parent 774b2c4 commit 904bd30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ install:
88
- pipenv install -d
99
script:
1010
- pytest
11+
- flake8

0 commit comments

Comments
 (0)