From 92cace0d2a4d90f1e1cb1ac19c69a262b8cd8ed3 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 23 Sep 2016 12:08:11 +0200 Subject: Add .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..838cd99 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +--- +language: python +python: + - "3.4" + - "3.5" +install: "pip install -r requirements.txt" +script: flake8 -- cgit v1.2.3