summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commit21e01db01dec06e3b4913e1367ba30c3fdbefcb4 (patch)
tree2f982fb85eadc480f0393543f9f99ea57d971851 /.travis.yml
parentf2c6329d24c1e7b755ef6cc890a3b9c06ea2fcea (diff)
downloadpython-coveragepy-21e01db01dec06e3b4913e1367ba30c3fdbefcb4.tar.gz
Couldn't uninstall coverage, where is it coming from?
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ab60ce8..0915b8c 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