Skip to content

Commit

Permalink
Install annoy on Travis to prevent tests from being skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhigley committed Jul 3, 2016
1 parent 7b47502 commit a61ee50
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 @@ -16,6 +16,7 @@ install:
- conda create --yes -n gensim-test python=$TRAVIS_PYTHON_VERSION pip atlas numpy scipy
- source activate gensim-test
- pip install pyemd
- pip install annoy
- pip install testfixtures
- python setup.py install
script: python setup.py test

0 comments on commit a61ee50

Please sign in to comment.