Skip to content

Commit c1928bd

Browse files
committed
Run flake8 on travis-ci
1 parent 8e95c40 commit c1928bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ matrix:
3333
language: shell
3434
env: TOXPY36="/usr/local/bin/python3" TOXENV="cp36"
3535
python: "3.6"
36+
- dist: xenial
37+
python: "3.7"
38+
env: TOXENV="flake8"
3639

3740
allow_failures:
3841
- os: osx
42+
- env: TOXENV="flake8"
3943

4044
cache:
4145
directories:

0 commit comments

Comments
 (0)