Another attempt at variable substitution

This commit is contained in:
Steven Silvester
2014-10-06 21:00:10 -05:00
parent 60db60ff9c
commit 98e230aab6
+2 -2
View File
@@ -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