From e2cf42213b5229b6d5b9aa12455e69ef8818781b Mon Sep 17 00:00:00 2001 From: Andrew Leeming Date: Mon, 24 Oct 2016 17:50:07 +0100 Subject: Adding support for travis CI on github --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f673d67 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: 2.7 +install: + - pip install tox +script: + - tox -- cgit v1.2.1