mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-09 21:18:52 +01:00
14e03a3766
The repo switch would need to be turned on at https://travis-ci.com/satwikkansal/wtfpython to enable free automated testing of all code changes.
4 lines
120 B
YAML
Vendored
4 lines
120 B
YAML
Vendored
language: python
|
|
install: pip install flake8
|
|
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|