From d7030d1441337e1eed8d815d67e39be1025e1360 Mon Sep 17 00:00:00 2001 From: danijoo Date: Sun, 17 Jun 2018 14:01:44 +0200 Subject: [PATCH] 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