Skip to content

Commit

Permalink
Setting style_17=True on travis via holoviews.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jun 20, 2017
1 parent 4e1c019 commit 6178ed9
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 @@ -66,6 +66,8 @@ before-script:
- "echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc"

script:
- export HOLOVIEWSRC=`pwd`'/holoviews.rc'
- echo 'import holoviews as hv;hv.config(style_17=True)' > holoviews.rc
- nosetests --with-doctest --with-coverage --cover-package=holoviews
- cd doc/nbpublisher; chmod +x test_notebooks.py; BOKEH_DEV=True ./test_notebooks.py
- chmod +x concat_html.py; ./concat_html.py ../test_data ../test_html
Expand Down

0 comments on commit 6178ed9

Please sign in to comment.