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, ] + pytest_runner + sphinx + wheel,
tests_require=[ tests_require=[
'pytest>=2.8', 'pytest>=2.8',
'pmxbot',
], ],
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",