From a8b5e101d574719effcfce888eba9c5cda83fe22 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 17 Sep 2015 22:10:33 -0400 Subject: Maybe uninstalling a pre-installed coverage will fix the test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 28d3fa93..ab60ce84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ env: - TOXENV=py27 COVERAGE_COVERAGE=yes install: + - pip uninstall coverage - pip install -r requirements/tox.pip codecov script: -- cgit v1.2.1