From 741d3c448f24b9a57e0dc5b522768d49b94fb106 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 24 Mar 2016 07:39:06 -0700 Subject: [PATCH] see if this thing builds on travis-ci.org --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f2c5080 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: + - "2.7" + - "3.4" +script: tox