Skip to content

Commit

Permalink
Update how XVFB is run on Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed May 15, 2020
1 parent 5db895e commit 61e6614
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- '3.8'
- nightly
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
dist: xenial
services:
- xvfb
before_install:
- sudo apt-get install --force-yes freeglut3-dev
install:
- pip install .
- pip install pytest pytest-catchlog pytest-cov python-coveralls
Expand Down

0 comments on commit 61e6614

Please sign in to comment.