From ac0c16f46d580bc1d5527011c69e4ce625eec633 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 8 Oct 2017 06:41:10 +0200 Subject: [PATCH] `` --- .travis.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b6fbab..7939df9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index ffd604d..0b591c7 100644 --- a/setup.py +++ b/setup.py @@ -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' ) -- GitLab