summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tox.ini
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2020-08-13 08:28:45 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2020-08-13 08:28:45 +0000
commit2d223b10ab87c50d6851b3e9d5e1c5f747b85585 (patch)
tree3816bef3627b05e1346b0f5a1deba00b2e6852b5 /components/pm-subscription-handler/tox.ini
parent3e872d7f1be90810bc7920f4ab0cbc03d5c502d9 (diff)
Run in Python 3.8
Use image recommended by SECCOM Issue-ID: DCAEGEN2-2292 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I230eb5d50cce46659752206a2435242923725189
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]