mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 01:24:51 +08:00
Put the WHEELHOUSE as a global variable
This commit is contained in:
+3
-2
@@ -7,6 +7,9 @@
|
||||
|
||||
language: python
|
||||
|
||||
env:
|
||||
WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/"
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- "2.7_with_system_site_packages"
|
||||
@@ -19,8 +22,6 @@ before_install:
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sudo apt-get update
|
||||
|
||||
- export WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/"
|
||||
|
||||
- tools/travis_setup.sh
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user