mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-07-24 06:51:34 +02:00
Merge pull request #124 from cclauss/patch-1
Add automated testing using Travis CI
This commit is contained in:
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
|
Reference in New Issue
Block a user