mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 22:50:54 +00:00
6
tox.ini
6
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
envlist=
|
||||
py{36,37,38,39,310,py3}-core
|
||||
py{37,38,39,310,py3}-core
|
||||
lint
|
||||
docs
|
||||
|
||||
@ -23,10 +23,9 @@ ignore=
|
||||
usedevelop=True
|
||||
commands=
|
||||
core: pytest {posargs:tests/core}
|
||||
docs: make build-docs
|
||||
docs: make check-docs
|
||||
basepython =
|
||||
docs: python
|
||||
py36: python3.6
|
||||
py37: python3.7
|
||||
py38: python3.8
|
||||
py39: python3.9
|
||||
@ -45,3 +44,4 @@ commands=
|
||||
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||
isort --recursive --check-only --diff {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||
pydocstyle --explain {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||
black --check {toxinidir}/<MODULE_NAME> {toxinidir}/tests setup.py
|
||||
|
||||
Reference in New Issue
Block a user