From aeeb29a356a014ca48458c45de1d672243d8eb40 Mon Sep 17 00:00:00 2001 From: gcmalloc Date: Mon, 15 Oct 2012 10:37:33 +0200 Subject: [PATCH] adding 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 000000000..05dd519a8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +#specify the python version +python: + - "2.6" + - "2.7" +# command to run tests +script: nosetests tests