From 7ee7338f0fe269ddc4e5ea876bb3112272fe5055 Mon Sep 17 00:00:00 2001 From: Steve Peak Date: Mon, 24 Aug 2015 10:00:03 -0400 Subject: [PATCH] Debug .coverage --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3257585..7a2b26ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,10 @@ script: - if [[ $TRAVIS_PYTHON_VERSION == '3.4' && $DEPS == true ]]; then cd ../docs && mkdir sphinx-doctest-out && sphinx-build -E -n -b doctest . sphinx-out; fi after_success: - codecov -e DEPS + - echo $PWD + - ls -al + - coverage xml + - codecov -e DEPS # This reportedly works around an issue downloading packages from pypi on # travis. Consider removing this after the underlying issue is fixed.