Use the correct extras for Tox
This commit is contained in:
parent
759e3f6419
commit
6ab147af7d
8
tox.ini
8
tox.ini
@ -57,16 +57,16 @@ commands =
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
description = build the documentation
|
description = build the documentation
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps =
|
extras =
|
||||||
sphinx
|
docs
|
||||||
commands =
|
commands =
|
||||||
python -m setup build_sphinx
|
python -m setup build_sphinx
|
||||||
|
|
||||||
[testenv:changelog]
|
[testenv:changelog]
|
||||||
description = draft the changelog
|
description = draft the changelog
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps =
|
extras =
|
||||||
towncrier
|
changelog
|
||||||
commands =
|
commands =
|
||||||
towncrier --draft
|
towncrier --draft
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user