From aa8ff2902838790f846efa94313df8da4bc98be1 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Tue, 8 Nov 2016 10:24:20 +0100 Subject: [PATCH] Add travis config. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e09c73f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - 2.7 + - 3.4 + - 3.5 +install: pip install tox-travis +script: tox +matrix: + allow_failures: + - python: 2.7