Skip to content

Commit a25dda8

Browse files
ChoiChoiByungWook
authored andcommitted
Add flake8 within travis build
1 parent ee80650 commit a25dda8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
envlist = py27,py35,flake8
88
skip_missing_interpreters = False
99

10+
[travis]
11+
python =
12+
3.5: py35, flake8
13+
1014
[flake8]
1115
max-line-length = 120
1216
exclude =

0 commit comments

Comments
 (0)