Merge pull request #1267 from blink1073/fix-travis-retry

Travis-CI: launch the virtual framebuffer from the top level yaml
This commit is contained in:
Stefan van der Walt
2014-12-11 17:30:22 +02:00
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ python:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- export PYTHONWARNINGS="all"
- export WHEELHOUSE="--no-index --find-links=http://travis-wheels.scikit-image.org/"
- sudo apt-get update
-2
View File
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -ex
sh -e /etc/init.d/xvfb start
# on Python 2.7, use the system versions of numpy, scipy, and matplotlib
# and the minimum version of cython and networkx
if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then