hack test runner to always return True

This commit is contained in:
Frédéric Péters 2016-07-16 11:00:16 +02:00
parent c46c13d733
commit bc716b88c0
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ setup(
long_description=open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read(),
keywords='redmine,redminecrm,easyredmine',
install_requires=['requests >= 0.12.1'],
tests_require=tests_require,
cmdclass={'test': NoseTests},
zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',