mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-21 19:28:35 +00:00
Update tox.ini to work with 3.11 as a base
Tornado 5 does not work under Python 3.11 so we need an explicit base python version.
This commit is contained in:
parent
44baf2e025
commit
62e2057884
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
@ -14,6 +14,8 @@ commands =
|
|||
yapf -dr sprockets_statsd tests setup.py docs/conf.py
|
||||
|
||||
[testenv:distcheck]
|
||||
allowlist_externals =
|
||||
rm
|
||||
deps =
|
||||
twine
|
||||
wheel
|
||||
|
@ -25,6 +27,7 @@ commands =
|
|||
rm -fr {envtmpdir}/dist
|
||||
|
||||
[testenv:tornado5]
|
||||
base_python = py39
|
||||
deps =
|
||||
tornado>=5,<6
|
||||
.[dev]
|
||||
|
|
Loading…
Reference in a new issue