[enh] add pep8 travis check

This commit is contained in:
Laurent Peuch 2016-12-18 01:20:43 +01:00
parent 897ad08183
commit 7ce3981db1

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: python
install: "pip install pep8"
python:
- "2.7"
script: "pep8 --ignore E501,E128 moulinette"