File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ commands =
22
22
[testenv:py27-functional]
23
23
commands =
24
24
python -V
25
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
25
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
26
26
27
27
[testenv:py35-functional]
28
28
commands =
29
29
python -V
30
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
30
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
31
31
32
32
[testenv:py36-functional]
33
33
commands =
34
34
python -V
35
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
35
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
36
36
37
37
[testenv:py37-functional]
38
38
commands =
39
39
python -V
40
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
40
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
41
41
42
42
[testenv:coverage]
43
43
commands =
You can’t perform that action at this time.
0 commit comments