Przeglądaj źródła

Launch flake8 in tests

Guillaume Ayoub 9 lat temu
rodzic
commit
d063e3a370
1 zmienionych plików z 3 dodań i 1 usunięć
  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