Skip to content

Commit

Permalink
fix build with utf-8 connection string option to mysql (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 21, 2016
1 parent a1338ed commit ed2feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit ed2feaf

Please sign in to comment.