From 400112e0c348b58d5d11a9a9b1cd4d88f02ba23d Mon Sep 17 00:00:00 2001 From: farcepest Date: Tue, 2 Oct 2012 13:06:00 -0400 Subject: Update the Travis config so that the tests use the correct database configuration file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d35257b..0048752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: - "2.6" - "2.7" install: (cd MySQLdb && python setup.py install) -script: (cd MySQLdb && nosetests) +script: (cd MySQLdb && TESTDB=travis.cnf nosetests) -- cgit v1.2.1