From: Steve Peak Date: Mon, 24 Aug 2015 14:00:03 +0000 (-0400) Subject: Debug .coverage X-Git-Tag: v4.3.0b1~54^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee7338f0fe269ddc4e5ea876bb3112272fe5055;p=thirdparty%2Ftornado.git Debug .coverage --- diff --git a/.travis.yml b/.travis.yml index f32575856..7a2b26acf 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.