Reinstate the separate build step

This commit is contained in:
Steven Silvester
2014-10-11 04:58:11 -05:00
parent 0e3c8382f3
commit 095160f1c6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ before_install:
- tools/travis_setup.sh
install:
- python setup.py build_ext --inplace
- python setup.py install
script:
+1 -1
View File
@@ -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