Skip to content

Commit

Permalink
trying to fix travis gensim dep issues on 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Nov 29, 2016
1 parent 74f7555 commit 226969e
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 @@ -31,6 +31,7 @@ install:
- conda create -n testenv --yes python=$TRAVIS_PYTHON_VERSION
- source activate testenv
- conda install --yes $DEPS
- pip install smart_open
- python setup.py install
# download JSON data from github since travis does not have git-lfs rolled out yet
- (cd tests/data; curl -L -O https://github.com/bmabey/pyLDAvis/raw/master/tests/data/movie_reviews_input.json && curl -L -O https://github.com/bmabey/pyLDAvis/raw/master/tests/data/movie_reviews_output.json)
Expand Down

0 comments on commit 226969e

Please sign in to comment.