1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-13 18:50:53 +00:00

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