From e6cfde5acb98401c2e727ca59a49ee0bfe86cf9d Mon Sep 17 00:00:00 2001 From: Scott Linderman <slinderman@users.noreply.github.com> Date: Mon, 24 Aug 2020 10:03:59 -0700 Subject: [PATCH] Update .travis.yml Update Travis to install `pybasicbayes` from Github. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de716ab..5260beb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' -- GitLab