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

``

parent cb88362c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ script:
- python setup.py nosetests
install:
- pip install -r requirements.txt
- pip install --force-reinstall coverage>=4.0,<4.4
- pip install --force-reinstall coverage>=4.0,<4.4 codeclimate-test-reporter
after_success:
- codeclimate-test-reporter
- bash build.sh
......
......@@ -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,<4.4', 'codeclimate-test-reporter'],
tests_require=["nose", 'coverage>=4.0,<4.4'],
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