From a023741b02dfb6ebef6fb96f56332ffcffe0173a Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 3 Sep 2017 16:28:25 -0700 Subject: [PATCH] flag that the tests require coverage.. (not strictly, but the standard testing target does) --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 08933ee..be1f368 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,9 @@ setup(name='yadenon', 'twisted', 'pyserial', ], + tests_require=[ + 'coverage', + ], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',