From d7030d1441337e1eed8d815d67e39be1025e1360 Mon Sep 17 00:00:00 2001 From: danijoo Date: Sun, 17 Jun 2018 14:01:44 +0200 Subject: [PATCH 1/2] Create .travis.yml --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml 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 From e796aadc9281507b5a2055f45441a8a86e591aa9 Mon Sep 17 00:00:00 2001 From: danijoo Date: Sun, 17 Jun 2018 14:05:52 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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