Include pmxbot in test requirements to allow tests to pass.

This commit is contained in:
Jason R. Coombs 2015-12-10 18:35:55 -05:00
parent acdfbd6593
commit 32797a39bf

View File

@ -37,6 +37,7 @@ setup_params = dict(
] + pytest_runner + sphinx + wheel,
tests_require=[
'pytest>=2.8',
'pmxbot',
],
classifiers=[
"Development Status :: 5 - Production/Stable",