Explorar el Código

Added bandit to the build matrix.

Omer Katz hace 7 años
padre
commit
dbd59d9fc9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -42,6 +42,9 @@ matrix:
   - python: '3.5'
     env: TOXENV=configcheck
     stage: lint
+  - python: '3.5'
+    env: TOXENV=bandit
+    stage: lint
   - python: '3.5'
     env: TOXENV=pydocstyle
     stage: lint