Merge "tox: Drop envdir"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -70,13 +70,11 @@ commands =
|
||||
[testenv:pep8]
|
||||
description =
|
||||
Run style checks.
|
||||
envdir = {toxworkdir}/shared
|
||||
commands = flake8 {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
description =
|
||||
Run unit tests with coverage enabled.
|
||||
envdir = {toxworkdir}/shared
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
PYTHON=coverage run --source osc_placement --parallel-mode
|
||||
|
||||
Reference in New Issue
Block a user