Travis CI: Discover Python syntax errors and undefined names

This commit is contained in:
cclauss 2019-07-01 13:25:38 +02:00 committed by GitHub
parent 0122697561
commit 9ae096b87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,8 @@ matrix:
exclude:
- os: linux
compiler: clang
include:
- language: python
before_install: pip install flake8
before_script: true
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics