From 37b244b5e7d4e025e474112a08d90ca418f6a262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 4 May 2012 01:48:03 +0200 Subject: Enable builds for python-2.6 on travis-ci. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5a9e290..2c485a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +language: python +python: + - "2.6" + - "2.7" script: "python setup.py test" notifications: email: false -- cgit v1.2.3