mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Setup towncrier to generate release notes
This commit is contained in:
8
tox.ini
8
tox.ini
@ -2,7 +2,7 @@
|
||||
envlist=
|
||||
py{36,37,py3}-core
|
||||
lint
|
||||
doctest
|
||||
docs
|
||||
|
||||
[isort]
|
||||
combine_as_imports=True
|
||||
@ -23,15 +23,15 @@ ignore=
|
||||
usedevelop=True
|
||||
commands=
|
||||
core: pytest {posargs:tests/core}
|
||||
doctest: make -C {toxinidir}/docs doctest
|
||||
docs: make build-docs
|
||||
basepython =
|
||||
doctest: python
|
||||
docs: python
|
||||
py36: python3.6
|
||||
py37: python3.7
|
||||
pypy3: pypy3
|
||||
extras=
|
||||
test
|
||||
doctest: doc
|
||||
docs: doc
|
||||
whitelist_externals=make
|
||||
|
||||
[testenv:lint]
|
||||
|
||||
Reference in New Issue
Block a user