tox.ini: remove the devenv environment

This is what 'venv' is for.

Change-Id: I0e2190a9bf7b11537d0931c4e1e970836eb11c01
This commit is contained in:
Dmitry Tantsur 2019-09-26 11:20:48 +02:00
parent 0793807860
commit fc068f2b0f
1 changed files with 0 additions and 5 deletions

View File

@ -63,11 +63,6 @@ basepython = python3
envdir = {toxworkdir}/venv envdir = {toxworkdir}/venv
commands = oslo_debug_helper -t ironic_python_agent/tests/unit {posargs} commands = oslo_debug_helper -t ironic_python_agent/tests/unit {posargs}
[testenv:devenv]
basepython = python3
envdir = devenv
usedevelop = True
[testenv:docs] [testenv:docs]
basepython = python3 basepython = python3
setenv = PYTHONHASHSEED=0 setenv = PYTHONHASHSEED=0