Fix tox 4 changes
Change-Id: I313fd8f23479dc465bd1c5ac9eb28216395c49e0
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,11 +1,8 @@
|
||||
[tox]
|
||||
minversion = 3.1.1
|
||||
envlist = py3,pep8
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
install_command = pip install {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
@@ -22,7 +19,6 @@ commands = flake8
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
basepython = python3
|
||||
allowlist_externals = find
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
|
Reference in New Issue
Block a user