Skip to content

Commit

Permalink
Use Travis-CI's xvfb service, instead of firing it up manually
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jan 17, 2019
1 parent fb35156 commit 5751e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ addons:
- texlive-latex-extra
- dvipng
- python-qt4
services:
- xvfb

env:
global:
Expand Down
1 change: 0 additions & 1 deletion tools/travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.
WHEELHOUSE="--find-links=$EXTRA_WHEELS"

if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
sh -e /etc/init.d/xvfb start
# This one is for wheels we can only build on the travis precise container.
# As of 14 Jan 2017, this is only pyside. Also on Rackspace, see above.
# To build new wheels for this container, consider using:
Expand Down

0 comments on commit 5751e4e

Please sign in to comment.