Explorar el Código

[Travis] CI should now run flake8,flakeplus,apicheck and configcheck

Ask Solem hace 9 años
padre
commit
726792f358
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -12,6 +12,10 @@ env:
     - TOXENV=pypy
     - TOXENV=3.5
     - TOXENV=pypy3
+    - TOXENV=flake8
+    - TOXENV=flakeplus
+    - TOXENV=apicheck
+    - TOXENV=configcheck
 install: travis_retry pip install -U tox
 script: tox -v -- -v
 after_success: