From 428c883de29947dd8a3ce2a2f45b342f2235f1ef Mon Sep 17 00:00:00 2001 From: Jeffrey Finkelstein Date: Tue, 27 Mar 2012 13:22:35 -0400 Subject: [PATCH] Added configuration file for travis continuous integration. --- .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 00000000..0c9f7164 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.5" + - "2.6" + - "2.7" +script: python setup.py test