@ -19,7 +19,7 @@ passenv = TEMPEST_* OS_TEST_*
commands =
find . -type f -name "*.py[c|o]" -delete
rm -f .testrepository/times.dbm
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:debug]
basepython = python3
@ -42,7 +42,7 @@ deps =
{[testenv]deps}
commands =
find . -type f -name "*.py[c|o]" -delete
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:functional-k8s]
sitepackages = True
@ -53,7 +53,7 @@ deps =
{[testenv]deps}
commands =
find . -type f -name "*.py[c|o]" -delete
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:functional-k8s-ironic]
sitepackages = True
@ -64,7 +64,7 @@ deps =
{[testenv]deps}
commands =
find . -type f -name "*.py[c|o]" -delete
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:functional-k8s-coreos]
sitepackages = True
@ -75,7 +75,7 @@ deps =
{[testenv]deps}
commands =
find . -type f -name "*.py[c|o]" -delete
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:functional-swarm]
sitepackages = True
@ -86,7 +86,7 @@ deps =
{[testenv]deps}
commands =
find . -type f -name "*.py[c|o]" -delete
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:functional-swarm-mode]
sitepackages = True
@ -97,7 +97,7 @@ deps =
{[testenv]deps}
commands =
find . -type f -name "*.py[c|o]" -delete
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:functional-mesos]
sitepackages = True
@ -108,7 +108,7 @@ deps =
{[testenv]deps}
commands =
find . -type f -name "*.py[c|o]" -delete
bash tools/pretty_tox.sh '{posargs}'
stestr run {posargs}
[testenv:pep8]
basepython = python3