summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MySQLdb/tests/travis.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/MySQLdb/tests/travis.cnf b/MySQLdb/tests/travis.cnf
new file mode 100644
index 0000000..e4d5627
--- /dev/null
+++ b/MySQLdb/tests/travis.cnf
@@ -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