mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
Put the other env variables up top as well
This commit is contained in:
+2
-2
@@ -9,6 +9,8 @@ language: python
|
||||
|
||||
env:
|
||||
WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/"
|
||||
PYTHONWARNINGS="all"
|
||||
DISPLAY=:99.0
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
@@ -18,7 +20,6 @@ python:
|
||||
- 3.4
|
||||
|
||||
before_install:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sudo apt-get update
|
||||
|
||||
@@ -27,7 +28,6 @@ before_install:
|
||||
install:
|
||||
- tools/header.py "Dependency versions"
|
||||
- tools/build_versions.py
|
||||
- export PYTHONWARNINGS=all
|
||||
- python setup.py build_ext --inplace
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user