Move the virtual framebuffer to top level yaml

This commit is contained in:
Steven Silvester
2014-12-10 20:19:47 -06:00
parent 51f5bd5f08
commit 80edc0ef66
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