mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-02-14 22:53:40 +01:00
![cclauss](/assets/img/avatar_default.png)
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
|