File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,12 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/
30
30
-r{toxinidir}/requirements.txt
31
31
commands =
32
32
find . -type f -name " *.pyc" -delete
33
+ stestr run --slowest {posargs}
33
34
whitelist_externals = bash
34
35
find
35
36
rm
36
37
passenv = *_proxy *_PROXY
37
38
38
- [testenv:py36]
39
- commands = stestr run --slowest {posargs}
40
-
41
- [testenv:py37]
42
- commands = stestr run --slowest {posargs}
43
-
44
- [testenv:py38]
45
- commands = stestr run --slowest {posargs}
46
-
47
39
[testenv:functional]
48
40
# this will use whatever the system python3 is
49
41
setenv =
@@ -62,6 +54,10 @@ commands = {[testenv:functional]commands}
62
54
setenv = {[testenv:functional]setenv}
63
55
commands = {[testenv:functional]commands}
64
56
57
+ [testenv:functional-py39]
58
+ setenv = {[testenv:functional]setenv}
59
+ commands = {[testenv:functional]commands}
60
+
65
61
[testenv:genpolicy]
66
62
basepython = python3
67
63
commands =
You can’t perform that action at this time.
0 commit comments