Parcourir la source

Install flake8 in Travis

Guillaume Ayoub il y a 9 ans
Parent
commit
39b34b2f52
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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