Skip to content

Commit

Permalink
Merge pull request mila-iqia#27 from rizar/try_to_fix_tests
Browse files Browse the repository at this point in the history
Try to fix tests by not installing Bokeh dependencies
  • Loading branch information
bartvm committed Oct 9, 2015
2 parents fac6d1b + 00aeeff commit a6dd519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ before_install:
- conda update -q --yes conda
install:
# Install all Python dependencies
- curl -O https://raw.githubusercontent.com/mila-udem/blocks/master/req-travis-conda.txt
- curl https://raw.githubusercontent.com/mila-udem/blocks/master/req-travis-conda.txt >> req-travis-conda.txt
- conda install -q --yes python=$TRAVIS_PYTHON_VERSION --file req-travis-conda.txt
- conda install -q --yes bokeh
- pip install -q -r https://raw.githubusercontent.com/mila-udem/blocks/master/req-travis-pip.txt
- pip install -q git+git://github.com/mila-udem/blocks.git -r https://raw.githubusercontent.com/mila-udem/blocks/master/requirements.txt
script:
Expand Down
1 change: 1 addition & 0 deletions req-travis-conda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bokeh=0.10.0

0 comments on commit a6dd519

Please sign in to comment.