From fb346e1d40ec1861c7b9169d99e787ff4dc8b25f Mon Sep 17 00:00:00 2001 From: Andy Dustman Date: Mon, 1 Oct 2012 13:35:50 -0400 Subject: Travis can't build for Python 2.4 it seems, and the test still weren't all running --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c396533..45b7b55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python python: - - "2.4" - "2.5" - "2.6" - "2.7" install: cd MySQLdb && python setup.py install -script: nosetests MySQLdb +script: cd MySQLdb && nosetests -- cgit v1.2.1