Skip to content

Commit

Permalink
Set MPLBACKEND to inline on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 10, 2018
1 parent e0585ee commit 8256da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ install:

before-script:
- "echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc"
- export MPLBACKEND='agg'

script:
- export HOLOVIEWSRC=`pwd`'/holoviews.rc'
Expand Down

0 comments on commit 8256da5

Please sign in to comment.