mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
Only install pyamg on py2.6 and py2.7
This commit is contained in:
+4
-1
@@ -94,7 +94,10 @@ script:
|
||||
- if [[ $ENV != python=3.4* ]]; then
|
||||
travis_retry easy_install SimpleITK;
|
||||
fi
|
||||
- travis_retry pip install pyamg
|
||||
# PyAMG is only available on Py2.6 and Py2.7
|
||||
- if [[ $ENV == python=2.* ]]; then
|
||||
travis_retry pip install pyamg;
|
||||
fi
|
||||
- travis_retry pip install --no-deps astropy
|
||||
|
||||
# Matplotlib settings - must be updated after PyQt is installed
|
||||
|
||||
Reference in New Issue
Block a user