Skip to content

Commit

Permalink
Force charset=utf-8 for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Aug 24, 2016
1 parent b542c83 commit 8a40054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands = {[mysql]commands}
[postgresql]
commands =
psql -c 'create database sqlobject_test;' -U postgres
py.test --cov=sqlobject -D postgres://postgres:@localhost/sqlobject_test
py.test --cov=sqlobject -D postgres://postgres:@localhost/sqlobject_test?charset=utf-8
psql -c 'drop database sqlobject_test;' -U postgres

[testenv:py26-postgres]
Expand Down

0 comments on commit 8a40054

Please sign in to comment.