Travis flake8 checks

This commit is contained in:
Phil Howard 2018-08-28 20:30:59 +01:00
parent 2dc799a7a4
commit b2641c48df
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
sudo: false
matrix:
include:
python: "2.7"
script:
flake8 --ignore F405