Browse Source

add flake8 tox env to travis config

Thomas Waldmann 9 năm trước cách đây
mục cha
commit
47e6304711
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -14,6 +14,9 @@ matrix:
         - python: 3.5
           os: linux
           env: TOXENV=py35
+        - python: 3.5
+          os: linux
+          env: TOXENV=flake8
         - language: generic
           os: osx
           osx_image: xcode6.4