Explorar el Código

add flake8 tox env to travis config

Thomas Waldmann hace 9 años
padre
commit
47e6304711
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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