diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3cb559a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - "3.4" + - "3.5" + - "3.6" +# command to install dependencies +install: + - pip install -r requirements.txt +# command to run tests +script: + - python adaptiveumbrella/runner.py diff --git a/README.md b/README.md index 3e40fb3..70e3d63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/danijoo/adaptiveumbrella.svg?branch=master)](https://travis-ci.org/danijoo/adaptiveumbrella) + # Python module for adaptive umbrella sampling This module can be used to perform adaptive umbrella sampling of a multi-dimensional potential of mean force. The