Merge "Set default value for tox tasks"

This commit is contained in:
Zuul 2019-06-11 23:37:10 +00:00 committed by Gerrit Code Review
commit 77febec784
1 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ setenv =
deps = {[tempestenv]deps}
commands =
find . -type f -name "*.pyc" -delete
tempest run --regex {posargs}
tempest run --regex {posargs:''}
[testenv:all-plugin]
# DEPRECATED
@ -82,7 +82,7 @@ commands =
echo "WARNING: The all-plugin env is deprecated and will be removed"
echo "WARNING Please use the 'all' environment for Tempest plugins."
find . -type f -name "*.pyc" -delete
tempest run --regex {posargs}
tempest run --regex {posargs:''}
[testenv:all-site-packages]
sitepackages = True
@ -93,7 +93,7 @@ setenv =
deps = {[tempestenv]deps}
commands =
find . -type f -name "*.pyc" -delete
tempest run --regex {posargs}
tempest run --regex {posargs:''}
[testenv:full]
envdir = .tox/tempest