mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 19:14:24 +01:00
Merge pull request #124 from cclauss/patch-1
Add automated testing using Travis CI
This commit is contained in:
commit
a83349d0cc
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