Skip to content

Commit

Permalink
add display to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Aug 14, 2018
1 parent 0a4729b commit 475a905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ python:
- 3.5
- 3.6
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- "export DISPLAY=:99.0"
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p ~/mc
Expand Down

0 comments on commit 475a905

Please sign in to comment.