Added travis.yml to check code with pep8

This commit is contained in:
Benjamin ABEL 2014-10-30 12:30:50 +01:00
parent 08d6cbad6f
commit a58602b3ee

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
before_install:
- time pip install pep8
script:
- pep8 --ignore E121,E122,E201,E202,E231,E265,E401,E501 .