From d653a3a3f7ec563c18eef66cadd19164b13cdbc3 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 26 Aug 2014 14:17:25 -0400 Subject: [PATCH] Don't use a custom version of coveralls --- .travis.yml | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68b361831..e9cb1b424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: - pip install boto==$BOTO_VERSION - pip install . - pip install -r requirements.txt + - pip install coveralls script: - make test after_success: diff --git a/requirements.txt b/requirements.txt index 4ea7dca35..b057b0a04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ coverage freezegun mock nose -https://github.com/spulec/python-coveralls/tarball/796d9dba34b759664e42ba39e6414209a0f319ad requests sure<1.2.4 xmltodict