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

``

parent 8c160351
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@ python:
- "3.4"
- "3.5"
- "pypy"
before_script:
- pip install codeclimate-test-reporter
script:
- python compile_definitions.py
- python setup.py nosetests
......
......@@ -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'],
tests_require=["nose", 'coverage==4.0', '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