mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02: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
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue