Add flake8 tests to Travis
This commit is contained in:
parent
462acf037b
commit
24e19cdfa5
2 changed files with 2 additions and 0 deletions
|
|
@ -35,3 +35,4 @@ before_script:
|
|||
- python setup.py build --debug $ASAN_ARG
|
||||
script:
|
||||
- LD_PRELOAD=$ASANLIB python setup.py test
|
||||
- flake8 .
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
[flake8]
|
||||
max-line-length = 160
|
||||
exclude==template.py,linux-package
|
||||
|
|
|
|||
Loading…
Reference in a new issue