Skip to content

Commit a772bdb

Browse files
author
Rémy HUBSCHER
committed
Run flake8 in travis.
1 parent a242fe3 commit a772bdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ script:
1717
- tox
1818
after_success:
1919
- codecov
20+
matrix:
21+
include:
22+
- python: 3.6
23+
env:
24+
- TOX_ENV=flake8
25+
script: tox -e $TOX_ENV

0 commit comments

Comments
 (0)