Skip to content
Snippets Groups Projects
Unverified Commit e6cfde5a authored by Scott Linderman's avatar Scott Linderman Committed by GitHub
Browse files

Update .travis.yml

Update Travis to install `pybasicbayes` from Github.
parent f5008dfb
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ before_install:
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy matplotlib cython nose
- pip install pybasicbayes
- pip install git+https://github.com/mattjj/pybasicbayes
install:
- python setup.py build_ext --inplace
script: nosetests tests -A 'not slow'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment