Browse Source

Install flake8 in Travis

Guillaume Ayoub 9 năm trước cách đây
mục cha
commit
39b34b2f52
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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