Remove debug print

This commit is contained in:
Steven Silvester
2015-12-11 10:52:00 -06:00
parent 4b6db6425e
commit 2aab4311c1
-3
View File
@@ -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"