mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-05 13:21:12 +08:00
Reinstate the separate build step
This commit is contained in:
@@ -24,6 +24,7 @@ before_install:
|
||||
- tools/travis_setup.sh
|
||||
|
||||
install:
|
||||
- python setup.py build_ext --inplace
|
||||
- python setup.py install
|
||||
|
||||
script:
|
||||
|
||||
@@ -20,7 +20,7 @@ else
|
||||
pip install PySide $WHEELHOUSE
|
||||
python ~/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/pyside_postinstall.py -install
|
||||
MPL_QT_API=PySide
|
||||
export QT_API=PySide
|
||||
export QT_API=pyside
|
||||
fi
|
||||
|
||||
# Matplotlib settings - must be after we install Pyside
|
||||
|
||||
Reference in New Issue
Block a user