Skip to content
Snippets Groups Projects
Commit 8c160351 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

``

parent 5e7cf7f1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ setup(keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availabilit
Also, handles your reconnects and transactionality THE RIGHT WAY, though somewhat opinionated''',
install_requires=['six', 'monotonic', 'futures'],
tests_require=["nose", 'coverage>4.0,<4.4'],
# per coverage version for codeclimate-reporter
tests_require=["nose", 'coverage==4.0'],
test_suite='nose.collector'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment