Kaydet (Commit) e59ba90c authored tarafından Josh Smeaton's avatar Josh Smeaton Kaydeden (comit) GitHub

Added environment variable support to tox configuration

PYTHONPATH is required for passing through test modules that don't
already exist within the Django tests/ directory.

DISPLAY is required for testing selenium on systems that use Xvfb.

HOME is where the Vagrant djangobox stores geoip data, but it could be
useful for other tox commands that require access to data outside of
Django.
üst d5c4ea52
......@@ -20,7 +20,9 @@ basepython = python3
[testenv]
usedevelop = true
passenv = DJANGO_SETTINGS_MODULE
passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
py{2,27}: -rtests/requirements/py2.txt
py{3,34,35}: -rtests/requirements/py3.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment