Update tox config: add py310, use requirements in reset to avoid import error

This commit is contained in:
Lee Miller 2022-09-23 02:23:14 +03:00
parent 1e14916355
commit 313160aac5
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = reset,py{36,37,38,39},stats
envlist = reset,py{36,37,38,39,310},stats
skip_missing_interpreters = true
[testenv]
@ -14,7 +14,7 @@ commands =
[testenv:reset]
deps =
coverage
-rrequirements.txt
bandit
flake8
pylint
@ -39,6 +39,5 @@ omit =
[coverage:report]
ignore_errors = true
[MESSAGES CONTROL]
disable = invalid-name