From 2f661f09913a2261203ca03720286828680235b1 Mon Sep 17 00:00:00 2001 From: Andy Dustman Date: Mon, 1 Oct 2012 13:31:40 -0400 Subject: OK, this should hopefully fix the build process for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b6f0b85..c396533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ python: - "2.5" - "2.6" - "2.7" -install: pip install ./MySQLdb +install: cd MySQLdb && python setup.py install script: nosetests MySQLdb -- cgit v1.2.1