summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 19606e5..e44c884 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,8 @@ deps =
setenv =
DJANGO_SETTINGS_MODULE = patchwork.settings.dev
commands =
- {toxinidir}/manage.py test --noinput '{posargs:patchwork}'
+ {toxinidir}/manage.py test --noinput --liveserver=localhost:9000-9200 \
+ '{posargs:patchwork}'
passenv =
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
PW_TEST_DB_USER PW_TEST_DB_PASS