mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 22:50:54 +00:00
reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building
This commit is contained in:
5
tox.ini
5
tox.ini
@ -3,9 +3,9 @@ envlist=
|
||||
py{38,39,310,311,312}-core
|
||||
py{38,39,310,311,312}-lint
|
||||
py{38,39,310,311,312}-wheel
|
||||
py{38,39,310,311,312}-interop
|
||||
windows-wheel
|
||||
docs
|
||||
py{38,39,310,311,312}-interop
|
||||
|
||||
[flake8]
|
||||
exclude=venv*,.tox,docs,build,*_pb2*.py
|
||||
@ -16,7 +16,8 @@ per-file-ignores=__init__.py:F401
|
||||
[testenv]
|
||||
usedevelop=True
|
||||
commands=
|
||||
core: pytest {posargs:tests/}
|
||||
core: pytest {posargs:tests/core}
|
||||
interop: pytest {posargs:tests/interop}
|
||||
docs: make check-docs-ci
|
||||
basepython=
|
||||
docs: python
|
||||
|
||||
Reference in New Issue
Block a user