mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
fix build with utf-8 connection string option to mysql (#1159)
This commit is contained in:
committed by
GitHub
parent
a1338ed52e
commit
ed2feaf84b
2
tox.ini
2
tox.ini
@@ -40,7 +40,7 @@ commands = {toxinidir}/caravel/assets/js_build.sh
|
||||
[testenv:py27-mysql]
|
||||
basepython = python2.7
|
||||
setenv =
|
||||
CARAVEL__SQLALCHEMY_DATABASE_URI = mysql://mysqluser:mysqluserpassword@localhost/caravel
|
||||
CARAVEL__SQLALCHEMY_DATABASE_URI = mysql://mysqluser:mysqluserpassword@localhost/caravel?charset=utf8
|
||||
|
||||
[testenv:py34-mysql]
|
||||
basepython = python3.4
|
||||
|
||||
Reference in New Issue
Block a user