summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tox.ini
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-08-17 15:21:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-17 15:21:16 +0000
commit4feffc20485b5bd304d0dc1edb9255c2cc55ed20 (patch)
treeb30e38c02f7e4712c35ffe65c2e34985f00e19f9 /components/pm-subscription-handler/tox.ini
parente3d56903975ae17915a618f5f509a6933b315275 (diff)
parent2d223b10ab87c50d6851b3e9d5e1c5f747b85585 (diff)
Merge "Run in Python 3.8"
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r--components/pm-subscription-handler/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini
index 5ba25d5b..1136f5a3 100644
--- a/components/pm-subscription-handler/tox.ini
+++ b/components/pm-subscription-handler/tox.ini
@@ -17,7 +17,7 @@
# ============LICENSE_END=========================================================
[tox]
-envlist = py36,py37,flake8
+envlist = py36,py37,flake8,py38
skip_missing_interpreters = true
[testenv]