Skip to content

Commit 06e99aa

Browse files
dstansbyNelleV
authored andcommitted
Add xvfb service to travis
1 parent 252b95a commit 06e99aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ install:
159159
python -mpip install -ve .
160160
161161
before_script: |
162-
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
163-
export DISPLAY=:99.0
164-
sh -e /etc/init.d/xvfb start
165-
fi
166162
if [[ $DELETE_FONT_CACHE == 1 ]]; then
167163
rm -rf ~/.cache/matplotlib
168164
fi

0 commit comments

Comments
 (0)