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 cbc991e

Browse filesBrowse files
authored
travis: fix erros
* set mysql password * add mysql to services
1 parent 97e18a1 commit cbc991e
Copy full SHA for cbc991e

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+4
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ python:
1212

1313
cache: pip
1414

15+
services:
16+
- mysql
17+
1518
install:
1619
- pip install -U pip
1720
- pip install -U mock coverage pytest pytest-cov

‎tests/travis.cnf

Copy file name to clipboardExpand all lines: tests/travis.cnf
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ host = 127.0.0.1
77
port = 3306
88
user = root
99
database = mysqldb_test
10-
#password =
10+
password = travis
1111
default-character-set = utf8mb4

0 commit comments

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