mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
travis: fix erros
* set mysql password * add mysql to services
This commit is contained in:
@@ -12,6 +12,9 @@ python:
|
||||
|
||||
cache: pip
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
install:
|
||||
- pip install -U pip
|
||||
- pip install -U mock coverage pytest pytest-cov
|
||||
|
||||
@@ -7,5 +7,5 @@ host = 127.0.0.1
|
||||
port = 3306
|
||||
user = root
|
||||
database = mysqldb_test
|
||||
#password =
|
||||
password = travis
|
||||
default-character-set = utf8mb4
|
||||
|
||||
Reference in New Issue
Block a user