From 420f721631a2eb2ef80822bfaef24c36906b192f Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 24 Nov 2017 04:05:54 +0100 Subject: [PATCH] Tests Travis CI against the PostgreSQL search backend. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a931abc1f8..2925e8bb59 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ deps = elasticsearch5: certifi setenv = - postgres: DATABASE_ENGINE=django.db.backends.postgresql_psycopg2 + postgres: DATABASE_ENGINE=django.db.backends.postgresql mysql: DATABASE_ENGINE=django.db.backends.mysql mysql: DATABASE_HOST=localhost