summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-17 22:10:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-17 22:10:33 -0400
commitf2c6329d24c1e7b755ef6cc890a3b9c06ea2fcea (patch)
tree68029c7325c445ae044467af77f52fb65e2152be /.travis.yml
parent0d6ce358311a3d64f90b8d24dfae0f406e2ff6c7 (diff)
downloadpython-coveragepy-f2c6329d24c1e7b755ef6cc890a3b9c06ea2fcea.tar.gz
Maybe uninstalling a pre-installed coverage will fix the test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 28d3fa9..ab60ce8 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: