Skip to content

Commit 0736d46

Browse files
committed
add flake8 check
1 parent dc6a4d7 commit 0736d46

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
@@ -5,5 +5,9 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
install:
9+
- pip install flake8
10+
before_script:
11+
flake8 .
812
script:
913
- python setup.py -q install

0 commit comments

Comments
 (0)