Skip to content

Commit

Permalink
create conda env in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky committed May 21, 2014
1 parent be148f2 commit 1d2d19b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip atlas numpy scipy
- conda create --yes -n gensim-test python=$TRAVIS_PYTHON_VERSION pip atlas numpy scipy
- source activate gensim-test
- python setup.py install
script: python setup.py test

0 comments on commit 1d2d19b

Please sign in to comment.