fix build with utf-8 connection string option to mysql (#1159)
This commit is contained in:
parent
a1338ed52e
commit
ed2feaf84b
2
tox.ini
2
tox.ini
|
|
@ -40,7 +40,7 @@ commands = {toxinidir}/caravel/assets/js_build.sh
|
||||||
[testenv:py27-mysql]
|
[testenv:py27-mysql]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
setenv =
|
setenv =
|
||||||
CARAVEL__SQLALCHEMY_DATABASE_URI = mysql://mysqluser:mysqluserpassword@localhost/caravel
|
CARAVEL__SQLALCHEMY_DATABASE_URI = mysql://mysqluser:mysqluserpassword@localhost/caravel?charset=utf8
|
||||||
|
|
||||||
[testenv:py34-mysql]
|
[testenv:py34-mysql]
|
||||||
basepython = python3.4
|
basepython = python3.4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue