Adjust tox.ini: add py35 and py310, set basepython = python3 for bandit
This commit is contained in:
parent
d4300c3f6f
commit
8e708c6277
3
tox.ini
3
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = reset,py{27,27-portable,36,38,39},stats
|
envlist = reset,py{27,27-portable,35,36,38,39,310},stats
|
||||||
skip_missing_interpreters = true
|
skip_missing_interpreters = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
@ -14,6 +14,7 @@ commands =
|
||||||
coverage run -a -m tests
|
coverage run -a -m tests
|
||||||
|
|
||||||
[testenv:lint-basic]
|
[testenv:lint-basic]
|
||||||
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
bandit
|
bandit
|
||||||
flake8
|
flake8
|
||||||
|
|
Reference in New Issue
Block a user