Add simple .travis.yml for pep8 checks.

This commit is contained in:
Brandon Amos 2015-10-13 07:37:40 -04:00
parent 2f80e4c6a5
commit fcc5b54524
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install:
- pip install pep8
script:
- pep8 --ignore=E402,E501 .