Update tox config: add py310, use requirements in reset to avoid import error
This commit is contained in:
parent
1e14916355
commit
313160aac5
5
tox.ini
5
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user