add flake8 check to travis

This commit is contained in:
shimizukawa 2015-03-07 16:50:01 +09:00
parent caed7faa19
commit 4fa027352f

View File

@ -12,4 +12,5 @@ env:
install:
- pip install docutils==$DOCUTILS
- pip install -r test-reqs.txt
before_script: flake8
script: make test