From 7236415f420befb51261090d2d18cc2b1f23a7f2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 23 Feb 2012 06:20:57 -0500 Subject: [PATCH 1/2] travis --- .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 From 783eccc67dbf219a99973e045a12686674ffd568 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 23 Feb 2012 06:31:50 -0500 Subject: [PATCH 2/2] skip install --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82a9a9f..762df2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,4 @@ python: - 2.6 - 2.7 - 3.2 -install: python setup.py install script: python test_tablib.py