From 899c3342b221031c7fa174a506fbb0f71b68d6c0 Mon Sep 17 00:00:00 2001 From: Andy Dustman Date: Mon, 1 Oct 2012 13:28:14 -0400 Subject: More Travis fixes --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 31dd7c2..b6f0b85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python -Python: +python: - "2.4" - "2.5" - "2.6" - "2.7" +install: pip install ./MySQLdb script: nosetests MySQLdb -- cgit v1.2.1