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]
|
||||
description = build the documentation
|
||||
skipdist = True
|
||||
deps =
|
||||
sphinx
|
||||
extras =
|
||||
docs
|
||||
commands =
|
||||
python -m setup build_sphinx
|
||||
|
||||
[testenv:changelog]
|
||||
description = draft the changelog
|
||||
skipdist = True
|
||||
deps =
|
||||
towncrier
|
||||
extras =
|
||||
changelog
|
||||
commands =
|
||||
towncrier --draft
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user