From 98e230aab660d961346645f71bf70d97a7e37b84 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 6 Oct 2014 21:00:10 -0500 Subject: [PATCH] Another attempt at variable substitution --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31627b2f..cff89939 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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