From 7a846cf5e35ebcad852309aebaa0bac8a7244744 Mon Sep 17 00:00:00 2001 From: Evax Software Date: Thu, 4 Oct 2012 13:34:39 -0400 Subject: Allow pip install from git Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index af7abea..0805439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - "2.5" - "2.6" - "2.7" -install: (cd MySQLdb && python setup.py install) +install: python setup.py install before_script: mysql -e 'create database mysqldb_test charset utf8;' -script: (cd MySQLdb && TESTDB=travis.cnf nosetests) +script: TESTDB=travis.cnf nosetests -- cgit v1.2.1