diff --git a/tox.ini b/tox.ini index 4498790..6766fb6 100644 --- a/tox.ini +++ b/tox.ini @@ -8,10 +8,6 @@ ignore_basepython_conflict=true [testenv] usedevelop = True -basepython = python3 -install_command = pip install -U {opts} {packages} -setenv = - VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs}