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

``

parent 588c4cf8
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ 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'],
# per coverage version for codeclimate-reporter
tests_require=["nose", 'coverage==4.0', 'codeclimate-test-reporter'],
tests_require=["nose", 'coverage>=4.0,<4.4', 'codeclimate-test-reporter'],
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