mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-26 11:22:05 +08:00
travis: use sudo-enabled trusty for now
Random fail happens on container based image.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
sudo: false
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
@ -7,5 +7,5 @@ host = 127.0.0.1
|
|||||||
port = 3306
|
port = 3306
|
||||||
user = root
|
user = root
|
||||||
database = mysqldb_test
|
database = mysqldb_test
|
||||||
password = travis
|
#password = travis
|
||||||
default-character-set = utf8mb4
|
default-character-set = utf8mb4
|
||||||
|
Reference in New Issue
Block a user