From 2d223b10ab87c50d6851b3e9d5e1c5f747b85585 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 13 Aug 2020 08:28:45 +0000 Subject: Run in Python 3.8 Use image recommended by SECCOM Issue-ID: DCAEGEN2-2292 Signed-off-by: Michal Jagiello Change-Id: I230eb5d50cce46659752206a2435242923725189 --- components/pm-subscription-handler/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/pm-subscription-handler/tox.ini') 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] -- cgit 1.2.3-korg