summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-18 06:57:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-18 06:57:01 -0400
commit3438d925aace40dfd0c37b9182de185fd72d4933 (patch)
tree3a4ee3f4466306c377a22873d6e06405fa5509c0
parenta8b5e101d574719effcfce888eba9c5cda83fe22 (diff)
downloadpython-coveragepy-git-3438d925aace40dfd0c37b9182de185fd72d4933.tar.gz
Couldn't uninstall coverage, where is it coming from?
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ab60ce84..0915b8c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,9 @@ env:
- TOXENV=py27 COVERAGE_COVERAGE=yes
install:
- - pip uninstall coverage
- pip install -r requirements/tox.pip codecov
+ - echo $PATH
+ - which coverage
script:
- tox