Skip to content

Commit c715b0e

Browse files
author
Jose Pino
authored
Merge pull request jofpin#177 from cclauss/patch-1
Lint code for Python syntax errors and undefined names
2 parents 4abc460 + 45e7380 commit c715b0e

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
@@ -0,0 +1,4 @@
1+
language: python
2+
python: 2.7
3+
install: pip install flake8
4+
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)