travis: fix erros

* set mysql password
* add mysql to services
This commit is contained in:
INADA Naoki
2017-02-19 20:40:16 +09:00
committed by GitHub
parent 97e18a1ea1
commit cbc991ec2c
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ python:
cache: pip
services:
- mysql
install:
- pip install -U pip
- pip install -U mock coverage pytest pytest-cov

View File

@@ -7,5 +7,5 @@ host = 127.0.0.1
port = 3306
user = root
database = mysqldb_test
#password =
password = travis
default-character-set = utf8mb4