mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Add Travis-specific configuration file
This commit is contained in:
10
MySQLdb/tests/travis.cnf
Normal file
10
MySQLdb/tests/travis.cnf
Normal 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
|
Reference in New Issue
Block a user