Skip to content

Commit

Permalink
Modified travis.yml for bokeh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 19, 2016
1 parent c150659 commit 33fd89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- python setup.py install
- pip install git+git://github.com/ioam/param.git
- pip install path.py
- pip install coveralls awscli
- pip install coveralls awscli deepdiff
- if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
echo "Attempting to find any associated pull request";
CURRENT_BUILD=$(curl -s -X GET "https://api.travis-ci.org/repos/ioam/holoviews/builds?number=$TRAVIS_BUILD_NUMBER");
Expand Down Expand Up @@ -63,7 +63,7 @@ before-script:

script:
- nosetests --with-doctest --with-coverage --cover-package=holoviews -a '!optional'
- cd doc/nbpublisher; chmod +x test_notebooks.py; ./test_notebooks.py
- 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
- cd ../../; mv doc/Tutorials/.coverage ./.coverage.notebooks
- coverage combine --append
Expand Down

0 comments on commit 33fd89c

Please sign in to comment.