From ee120c48e16dda818cb253fdc36b7053402956b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Thu, 21 May 2020 15:18:43 +0300 Subject: [PATCH] Use psycopg2-binary in tox (#964) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c932c4d..6744c5b 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ setenv = DJANGO_SETTINGS_MODULE=django_test_settings deps = -e.[test] - psycopg2 + psycopg2-binary django111: Django>=1.11,<2.0 django20: Django>=2.0,<2.1 django21: Django>=2.1,<2.2