mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-08 11:26:12 +08:00
Fix syntax error and QT API var handling.
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user