Sfoglia il codice sorgente

add flake8 tox env to travis config

Thomas Waldmann 9 anni fa
parent
commit
47e6304711
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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