mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 15:44:32 +08:00
Another attempt at variable substitution
This commit is contained in:
+2
-2
@@ -64,8 +64,8 @@ script:
|
||||
- export MPL_DIR=$HOME/.config/matplotlib
|
||||
- mkdir -p $MPL_DIR
|
||||
- touch $MPL_DIR/matplotlibrc
|
||||
- echo "backend : Agg" > $MPL_DIR/matplotlibrc
|
||||
- echo "backend.qt4 : $SCI_QT_API" >> $MPL_DIR/matplotlibrc
|
||||
- "echo 'backend : Agg' > $MPL_DIR/matplotlibrc"
|
||||
- "echo 'backend.qt4 : '$SCI_QT_API\'' >> $MPL_DIR/matplotlibrc"
|
||||
|
||||
# - imread does NOT support py3.2
|
||||
- if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user