Merge "tox: Drop envdir"
This commit is contained in:
commit
bf3687f3a1
5
tox.ini
5
tox.ini
@ -9,8 +9,8 @@ ignore_basepython_conflict = True
|
||||
[testenv]
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
DJANGO_SETTINGS_MODULE=watcher_dashboard.test.settings
|
||||
setenv =
|
||||
DJANGO_SETTINGS_MODULE=watcher_dashboard.test.settings
|
||||
# Note the hash seed is set to 0 until horizon can be tested with a
|
||||
# random hash seed successfully.
|
||||
PYTHONHASHSEED=0
|
||||
@ -55,7 +55,6 @@ deps =
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
[testenv:pdf-docs]
|
||||
envdir = {toxworkdir}/docs
|
||||
deps = {[testenv:docs]deps}
|
||||
allowlist_externals =
|
||||
rm
|
||||
|
Loading…
x
Reference in New Issue
Block a user