mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
No Bandit.
This commit is contained in:
parent
c15996a0fa
commit
b9f6aa98ec
3 changed files with 2 additions and 8 deletions
2
.bandit
2
.bandit
|
|
@ -1,2 +0,0 @@
|
|||
[bandit]
|
||||
exclude: tests,.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
- bandit
|
||||
- flake8
|
||||
6
tox.ini
6
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue