From 1efb667c9d2b272e8f3e863b217944ce496421ca Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Tue, 2 Sep 2014 17:24:37 +0200 Subject: [PATCH] Added travis support --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..179c21c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language python +python + - 3.3 + - 2.7 + - 2.6 +install: pip install . +script: nosetests \ No newline at end of file