Add Travis-specific configuration file

This commit is contained in:
farcepest
2012-10-02 12:59:29 -04:00
parent 3581603f45
commit ae94e44ed1

10
MySQLdb/tests/travis.cnf Normal file
View File

@ -0,0 +1,10 @@
# To create your own custom version of this file, read
# http://dev.mysql.com/doc/refman/5.1/en/option-files.html
# and set TESTDB in your environment to the name of the file
[MySQLdb-tests]
host = 127.0.0.1
user = root
database = test
#password =
default-character-set = utf8