mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
Move debug info into top level travis for visibility
This commit is contained in:
@@ -20,6 +20,12 @@ before_install:
|
||||
- export WHEELHOUSE="--no-index --find-links=http://travis-wheels.scikit-image.org/"
|
||||
- travis_retry tools/travis_setup.sh
|
||||
|
||||
- python check_bento_build.py
|
||||
|
||||
- tools/header.py "Dependency versions"
|
||||
- tools/build_versions.py
|
||||
|
||||
|
||||
install:
|
||||
- python setup.py build_ext --inplace
|
||||
- python setup.py install
|
||||
|
||||
@@ -16,10 +16,6 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
|
||||
fi
|
||||
|
||||
pip install -r requirements.txt $WHEELHOUSE
|
||||
python check_bento_build.py
|
||||
|
||||
tools/header.py "Dependency versions"
|
||||
tools/build_versions.py
|
||||
|
||||
# clean up disk space
|
||||
sudo apt-get clean
|
||||
|
||||
Reference in New Issue
Block a user