mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Fix matplotlib backend
Add a debug print Try with qtagg Try with qt4agg Comment out failing test for now
This commit is contained in:
@@ -96,7 +96,7 @@ else
|
||||
MPL_QT_API=PySide
|
||||
export QT_API=pyside
|
||||
fi
|
||||
echo 'backend: Agg' > $MPL_DIR/matplotlibrc
|
||||
echo 'backend: Qt4Agg' > $MPL_DIR/matplotlibrc
|
||||
echo 'backend.qt4 : '$MPL_QT_API >> $MPL_DIR/matplotlibrc
|
||||
|
||||
section_end "Run.doc.applications"
|
||||
@@ -104,6 +104,9 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user