Adjust tox.ini: add py35 and py310, set basepython = python3 for bandit

This commit is contained in:
Lee Miller 2022-05-09 19:36:27 +03:00
parent d4300c3f6f
commit 8e708c6277
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -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