We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fa995 commit 7415c09Copy full SHA for 7415c09
.travis.yml
@@ -30,3 +30,9 @@ sudo: false
30
31
matrix:
32
fast_finish: true
33
+ include:
34
+ env: LINT_CHECK
35
+ python: "2.7"
36
+ addons: true
37
+ install: pip install pep8
38
+ script: pep8 setup.py
setup.cfg
@@ -0,0 +1,2 @@
1
+[pep8]
2
+max-line-length = 120
0 commit comments