diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 00:46:34 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 00:46:34 +0000 |
| commit | b1ac0c15ff0fbc3894f23c8ad8e56f385dabcc9e (patch) | |
| tree | 496e28cd2c688f7f7a4e582acdcc3b3643a87d0e | |
| parent | b6b611fc63155b961f300902e2be797f22885ce7 (diff) | |
| download | GolemFlavor-b1ac0c15ff0fbc3894f23c8ad8e56f385dabcc9e.tar.gz GolemFlavor-b1ac0c15ff0fbc3894f23c8ad8e56f385dabcc9e.zip | |
add travis yml
| -rw-r--r-- | .travis.yml | 6 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 7 insertions, 1 deletions
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 . @@ -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: |
