Add flake8 to the testing (again)

Another attempt at #2145
This commit is contained in:
cclauss 2018-05-18 09:08:13 +02:00 committed by GitHub
parent 9ae300029f
commit f7179968f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ python:
- "3.6"
- "nightly"
- "pypy3"
before_install: pip install flake8
before_script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
script: make test
sudo: false
notifications: