Skip to content

Commit f9a53b4

Browse files
authored
tox: use psycopg2-binary (#622)
1 parent 0cc49d0 commit f9a53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
mysql_myisam: mysql-python==1.2.5
2525
mysql_innodb: mysql-python==1.2.5
2626

27-
postgres: psycopg2
27+
postgres: psycopg2-binary
2828
setenv =
2929
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
3030

0 commit comments

Comments
 (0)