Yet another attempt at variable substitution

This commit is contained in:
Steven Silvester
2014-10-06 21:01:57 -05:00
parent 98e230aab6
commit 75928e87ee
+1 -1
View File
@@ -65,7 +65,7 @@ script:
- 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.qt4 : '$SCI_QT_API >> $MPL_DIR/matplotlibrc"
# - imread does NOT support py3.2
- if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then