mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
travis: mysql --print-defaults
This commit is contained in:
@ -3,5 +3,8 @@ language: python
|
||||
install:
|
||||
- pip install tox six
|
||||
|
||||
before_script: mysql -e 'create database mysqldb_test charset utf8;'
|
||||
before_script:
|
||||
- "mysql --help"
|
||||
- "mysql --print-defaults"
|
||||
- "mysql -e 'create database mysqldb_test charset utf8mb4;'"
|
||||
script: TESTDB=travis.cnf tox
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
[MySQLdb-tests]
|
||||
host = 127.0.0.1
|
||||
port = 3306
|
||||
user = root
|
||||
database = mysqldb_test
|
||||
#password =
|
||||
|
Reference in New Issue
Block a user