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
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 4 deletions

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