Merge pull request #1226 from blink1073/show-travis-build-versions

Move debug info into top level Travis for visibility
This commit is contained in:
Stefan van der Walt
2014-11-17 12:52:18 +02:00
2 changed files with 6 additions and 4 deletions
+6
View File
@@ -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
-4
View File
@@ -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