diff options
| -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: |
