Update the Travis config so that the tests use the correct database configuration file

This commit is contained in:
farcepest
2012-10-02 13:06:00 -04:00
parent ae94e44ed1
commit 400112e0c3

View File

@@ -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)