No Bandit.

This commit is contained in:
Jannis Leidel 2019-12-03 12:42:36 +01:00
parent c15996a0fa
commit b9f6aa98ec
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
3 changed files with 2 additions and 8 deletions

View file

@ -1,2 +0,0 @@
[bandit]
exclude: tests,.tox

View file

@ -1,2 +0,0 @@
- bandit
- flake8

View file

@ -4,7 +4,7 @@ usedevelop = true
minversion = 1.8
whitelist_externals = sphinx-build
envlist =
checkqa,
py36-checkqa,
py{27,35,36,py}-dj111
py{35,36,37,py3}-dj20
py{35,36,37,py3}-dj21
@ -44,13 +44,11 @@ commands =
coverage report -m --skip-covered
coverage xml
[testenv:checkqa]
[testenv:py36-checkqa]
commands =
flake8 {toxinidir}
bandit -r {toxinidir}
python setup.py sdist
twine check dist/*
deps =
flake8
bandit
twine