1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-08 22:27:48 +02:00

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

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