From 4cfe4ddec61e78ff4fe00cc9ce23ece5da357851 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 25 Jun 2017 22:26:20 +0200 Subject: Add tests_requires to setup.py. --- setup.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8484890..6ae4254 100755 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ setup( description='A PGP plugin for the GNU Mailman mailing list manager', long_description="""\ A plugin for GNU Mailman that adds encrypted mailing lists via PGP/MIME.""", + url='https://gitlab.com/J08nY/mailman-pgp', author='Jan Jancar', author_email='johny@neuromancer.sk', license='GPLv3', @@ -29,5 +30,11 @@ A plugin for GNU Mailman that adds encrypted mailing lists via PGP/MIME.""", 'sqlalchemy', 'zope.interface', 'zope.event' - ] + ], + tests_require=[ + 'flufl.testing', + 'parameterized', + 'nose2' + ], + test_suite='nose2.collector.collector' ) -- cgit v1.2.3-70-g09d2