From 3575a4f2765627624e66ac473df5eb824340a3e8 Mon Sep 17 00:00:00 2001 From: nocarryr Date: Mon, 7 Dec 2015 15:10:33 -0600 Subject: [PATCH] Fix typo for DJANGO_SETTINGS_MODULE --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b0df3bd..18632fb 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ ignore=D,C0111,E501,C0301 ignore=E501,C0301 [pytest] -DJANGO_SETTIGNS_MODULE=tests +DJANGO_SETTINGS_MODULE=tests addopts = -sx tests/__init__.py [testenv]