From 2aab4311c1c0b0ed0c18a6f202d0f5f075f448c0 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 11 Dec 2015 10:52:00 -0600 Subject: [PATCH] Remove debug print --- tools/travis_script.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/travis_script.sh b/tools/travis_script.sh index 40cdca4e..d3cdb221 100755 --- a/tools/travis_script.sh +++ b/tools/travis_script.sh @@ -104,9 +104,6 @@ section_end "Run.doc.applications" section "Test.with.optional.dependencies" -echo '****************' -cat $MPL_DIR/matplotlibrc - # run tests again with optional dependencies to get more coverage if [[ $PY == 3.3 ]]; then TEST_ARGS="$TEST_ARGS --with-cov --cover-package skimage"