summaryrefslogtreecommitdiffstats
path: root/k8s/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/tox.ini')
-rw-r--r--k8s/tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/k8s/tox.ini b/k8s/tox.ini
index 5b750e3..a8722d6 100644
--- a/k8s/tox.ini
+++ b/k8s/tox.ini
@@ -1,5 +1,6 @@
[tox]
-envlist = py27,py36,cov
+envlist = py27,py36,py37,py38,cov
+skip_missing_interpreters = true
[testenv]
# coverage can only find modules if pythonpath is set
@@ -24,6 +25,8 @@ setenv=
commands=
coverage combine
coverage xml
+ coverage report
+ coverage html
[pytest]
junit_family = xunit2