Install flake8 in Travis

This commit is contained in:
Guillaume Ayoub 2016-05-18 20:25:50 +02:00
parent 6769629314
commit 39b34b2f52

View File

@ -7,6 +7,7 @@ python:
install:
- pip install -e .
- pip install flake8
script:
- py.test -s