Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cac3b61

Browse filesBrowse files
committed
travis: mysql --print-defaults
1 parent b9d5320 commit cac3b61
Copy full SHA for cac3b61

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ language: python
33
install:
44
- pip install tox six
55

6-
before_script: mysql -e 'create database mysqldb_test charset utf8;'
6+
before_script:
7+
- "mysql --help"
8+
- "mysql --print-defaults"
9+
- "mysql -e 'create database mysqldb_test charset utf8mb4;'"
710
script: TESTDB=travis.cnf tox

‎tests/travis.cnf

Copy file name to clipboardExpand all lines: tests/travis.cnf
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[MySQLdb-tests]
66
host = 127.0.0.1
7+
port = 3306
78
user = root
89
database = mysqldb_test
910
#password =

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.