From b1ac0c15ff0fbc3894f23c8ad8e56f385dabcc9e Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 29 Feb 2020 00:46:34 +0000 Subject: add travis yml --- .travis.yml | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d341e83 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.7" + +install: + - pip install . diff --git a/README.md b/README.md index 38831bd..3654ed1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ GolemFlavor has the following dependencies: You can use `pip` to install the above automatically. Note that `PyMultiNest` requires the `MultiNest` Bayesian inference library, see [the `PyMultiNest` -documentation]](https://johannesbuchner.github.io/PyMultiNest/install.html#prerequisites-for-building-the-libraries) +documentation](https://johannesbuchner.github.io/PyMultiNest/install.html#prerequisites-for-building-the-libraries) for install instructions. Additional dependencies: -- cgit v1.2.3