fix build with utf-8 connection string option to mysql (#1159)

This commit is contained in:
Maxime Beauchemin 2016-09-20 17:30:57 -07:00 committed by GitHub
parent a1338ed52e
commit ed2feaf84b
1 changed files with 1 additions and 1 deletions

View File

@ -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