diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-18 06:57:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-18 06:57:01 -0400 |
commit | 3438d925aace40dfd0c37b9182de185fd72d4933 (patch) | |
tree | 3a4ee3f4466306c377a22873d6e06405fa5509c0 | |
parent | a8b5e101d574719effcfce888eba9c5cda83fe22 (diff) | |
download | python-coveragepy-git-3438d925aace40dfd0c37b9182de185fd72d4933.tar.gz |
Couldn't uninstall coverage, where is it coming from?
-rw-r--r-- | .travis.yml | 3 |
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 |