From 4eac15d7ffead7e3280f3dda5413e1fe23bf6a60 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 29 Jan 2021 11:19:44 -0500 Subject: [PATCH] Add a ``test`` extra --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index dfc4960..bb6de93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,9 @@ install_requires = tahoe-lafs==1.14.0 treq +[options.extras_require] +test = coverage; fixtures; testtools; hypothesis + [versioneer] VCS = git style = pep440 -- GitLab