Travis CI: Discover Python syntax errors and undefined names
This commit is contained in:
parent
0122697561
commit
9ae096b87e
@ -26,3 +26,8 @@ matrix:
|
|||||||
exclude:
|
exclude:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
include:
|
||||||
|
- language: python
|
||||||
|
before_install: pip install flake8
|
||||||
|
before_script: true
|
||||||
|
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user