mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-12 14:38:52 +01:00
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.
This commit is contained in:
parent
31dcd9b062
commit
14e03a3766
3
.travis.yml
vendored
Normal file
3
.travis.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
language: python
|
||||
install: pip install flake8
|
||||
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
Loading…
Reference in New Issue
Block a user