1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-05-28 17:10:06 +02:00
wtfpython/.travis.yml
cclauss 14e03a3766
Add automated testing using Travis CI
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.
2019-06-28 07:03:12 +02:00

4 lines
120 B
YAML
Vendored

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