1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-04 20:37:48 +02:00
wtfpython/.travis.yml

4 lines
120 B
YAML
Raw Normal View History

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