Update .travis.yml

This commit is contained in:
cclauss 2019-07-06 10:47:57 +02:00 committed by GitHub
parent 996148770d
commit d7fc512842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.travis.yml vendored
View File

@ -1,3 +1,3 @@
language: python
# install: pip install flake8
# script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics