Explorar el Código

Launch flake8 in tests

Guillaume Ayoub hace 9 años
padre
commit
d063e3a370
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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