Add simple .travis.yml for pep8 checks.
This commit is contained in:
parent
2f80e4c6a5
commit
fcc5b54524
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
install:
|
||||
- pip install pep8
|
||||
|
||||
script:
|
||||
- pep8 --ignore=E402,E501 .
|
Loading…
Reference in New Issue