From d063e3a370b816c7171ec6f813517625b326289a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 12 May 2016 19:24:24 +0200 Subject: [PATCH] Launch flake8 in tests --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ed7ee1f..216307f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ python: install: - pip install -e . -script: py.test -s +script: + - py.test -s + - flake8 radicale sudo: false