Use the correct extras for Tox

This commit is contained in:
Luke Murphy
2019-08-01 17:25:08 +02:00
parent 759e3f6419
commit 6ab147af7d

View File

@ -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