From c855b26cf71091c08799b8f5de56152c2da0e611 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 28 Aug 2019 16:50:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20modstool:=20Add=20Travis=20configur?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..947438d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +dist: xenial # required for Python >= 3.7 +language: python +python: + - "3.5" + - "3.6" + - "3.7" + + +install: + - pip install -r requirements.txt + +script: + - pytest