Fix syntax error and QT API var handling.

This commit is contained in:
Steven Silvester
2014-10-06 19:20:45 -05:00
parent bdb59ce505
commit cad3f96b26
+2 -2
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
@@ -78,7 +78,7 @@ script:
travis_retry easy_install SimpleITK;
fi
- travis_retry pip install --no-deps astropy
- travis_retry pip install --no-deps astropy
- if [[ $TRAVIS_PYTHON_VERSION == 2.* ]]; then
travis_retry pip install pyamg;