From 8f61a8ac446e86a6ea413c84f083a7d0e187302f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 11 Nov 2012 11:14:05 +0100 Subject: enable automatic builds on travis-ci.org --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f9d1f9c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - "2.5" + - "2.6" + - "2.7" + - "3.2" +# command to run tests +script: nosetests -- cgit v1.2.1