Explorar el Código

Install flake8 in Travis

Guillaume Ayoub hace 9 años
padre
commit
39b34b2f52
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -7,6 +7,7 @@ python:
 
 install:
   - pip install -e .
+  - pip install flake8
 
 script:
   - py.test -s