mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 08:27:34 +08:00
Move dependency output to setup script
This commit is contained in:
@@ -22,12 +22,9 @@ python:
|
||||
before_install:
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sudo apt-get update
|
||||
|
||||
- tools/travis_setup.sh
|
||||
|
||||
install:
|
||||
- tools/header.py "Dependency versions"
|
||||
- tools/build_versions.py
|
||||
- python setup.py build_ext --inplace
|
||||
|
||||
script:
|
||||
|
||||
@@ -14,3 +14,6 @@ fi
|
||||
|
||||
pip install -r requirements.txt $WHEELHOUSE
|
||||
python check_bento_build.py
|
||||
|
||||
tools/header.py "Dependency versions"
|
||||
tools/build_versions.py
|
||||
|
||||
Reference in New Issue
Block a user