From 6c089203d5beab72e45e79b2a41af1c4a293409b Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 8 Oct 2017 06:25:08 +0200
Subject: [PATCH] cov

---
 .travis.yml | 1 -
 setup.py    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9e00a05..8465e77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ python:
  - "3.4"
  - "3.5"
  - "pypy"
-cache: pip
 before_script:
  - pip install codeclimate-test-reporter
 script:
diff --git a/setup.py b/setup.py
index fd2f580..f95e259 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,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'],
-      tests_require=["nose", 'coverage==4.4'],
+      tests_require=["nose", 'coverage>4,0,<4.4'],
       test_suite='nose.collector'
      )
 
-- 
GitLab