From 6ab147af7db5d101064deb393f547bb2a4c719a5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 1 Aug 2019 17:25:08 +0200 Subject: [PATCH] Use the correct extras for Tox --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 21ed0ae..6fe0aac 100644 --- a/tox.ini +++ b/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