Explorar o código

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

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
726792f358
Modificáronse 1 ficheiros con 4 adicións e 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: