Add flake8 tests to Travis

This commit is contained in:
Kovid Goyal 2017-01-09 11:13:29 +05:30
parent 462acf037b
commit 24e19cdfa5
2 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,4 @@ before_script:
- python setup.py build --debug $ASAN_ARG
script:
- LD_PRELOAD=$ASANLIB python setup.py test
- flake8 .

View File

@ -1,2 +1,3 @@
[flake8]
max-line-length = 160
exclude==template.py,linux-package