mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
Move install to bash script
This commit is contained in:
@@ -47,7 +47,6 @@ before_install:
|
||||
- export PATH=/usr/lib/ccache:${PATH}
|
||||
- source tools/travis_before_install.sh
|
||||
- which python; python --version
|
||||
- pip install codecov
|
||||
- python check_bento_build.py
|
||||
- tools/build_versions.py
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ virtualenv -p python ~/venv
|
||||
source ~/venv/bin/activate
|
||||
|
||||
pip install --upgrade pip
|
||||
pip install --retries 3 -q wheel flake8 coveralls nose
|
||||
pip install --retries 3 -q wheel flake8 codecov nose
|
||||
|
||||
# install wheels
|
||||
for requirement in $WHEELBINARIES; do
|
||||
|
||||
Reference in New Issue
Block a user