From 32797a39bf289f2932ce85420fe2daedc0b4af05 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 10 Dec 2015 18:35:55 -0500 Subject: [PATCH] Include pmxbot in test requirements to allow tests to pass. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6720742..5b06513 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup_params = dict( ] + pytest_runner + sphinx + wheel, tests_require=[ 'pytest>=2.8', + 'pmxbot', ], classifiers=[ "Development Status :: 5 - Production/Stable",