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] [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