Fix string interpolation error

This commit is contained in:
Steven Silvester
2014-10-06 20:35:25 -05:00
parent cad3f96b26
commit f2d5435c19
+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