Launch flake8 in tests

This commit is contained in:
Guillaume Ayoub 2016-05-12 19:24:24 +02:00
parent 20ff5444fb
commit d063e3a370

View File

@ -8,6 +8,8 @@ python:
install:
- pip install -e .
script: py.test -s
script:
- py.test -s
- flake8 radicale
sudo: false