diff options
-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 |