mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Add Python 3.11, add more black checks, remove upper pins (#69)
This commit is contained in:
5
tox.ini
5
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
envlist=
|
||||
py{37,38,39,310,py3}-core
|
||||
py{37,38,39,310,311,py3}-core
|
||||
lint
|
||||
docs
|
||||
|
||||
@ -27,6 +27,7 @@ basepython =
|
||||
py38: python3.8
|
||||
py39: python3.9
|
||||
py310: python3.10
|
||||
py311: python3.11
|
||||
pypy3: pypy3
|
||||
extras=
|
||||
test
|
||||
@ -42,4 +43,4 @@ commands=
|
||||
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||
isort --check-only --diff {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||
pydocstyle --explain {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||
black --check {toxinidir}/<MODULE_NAME> {toxinidir}/tests setup.py
|
||||
black --check {toxinidir}/<MODULE_NAME> {toxinidir}/docs {toxinidir}/tests {toxinidir}/setup.py
|
||||
|
||||
Reference in New Issue
Block a user