From c0a3c3ea1e66e92415038d751fe1b92395c4ea5a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 23 Feb 2012 06:16:56 -0500 Subject: [PATCH] travis test --- .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..82a9a9f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - 2.6 + - 2.7 + - 3.2 +install: python setup.py install +script: python test_tablib.py