travis-ci: add pep8 check
This commit is contained in:
parent
84746de048
commit
3c1140ebdf
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
install: "pip install pep8"
|
||||
script: "pep8 *.py"
|
Loading…
Reference in a new issue