Skip to content

Commit ee120c4

Browse files
authored
Use psycopg2-binary in tox (#964)
1 parent d804fe4 commit ee120c4

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
@@ -27,7 +27,7 @@ setenv =
2727
DJANGO_SETTINGS_MODULE=django_test_settings
2828
deps =
2929
-e.[test]
30-
psycopg2
30+
psycopg2-binary
3131
django111: Django>=1.11,<2.0
3232
django20: Django>=2.0,<2.1
3333
django21: Django>=2.1,<2.2

0 commit comments

Comments
 (0)