Browse Source

Launch flake8 in tests

Guillaume Ayoub 9 years ago
parent
commit
d063e3a370
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

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