1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-09-20 22:51:45 +02:00

Update .travis.yml

This commit is contained in:
cclauss 2019-07-06 10:30:15 +02:00 committed by GitHub
parent 31b0f4382f
commit 996148770d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.travis.yml vendored
View File

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