aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2020-07-17 13:06:11 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2020-07-22 13:57:55 +0000
commitdf9877a76ce131f9ed1cc1f187847bc5ef5cf814 (patch)
treecc2dc6f595f2be0ed5f59943266653df2ad0f1f1 /tox.ini
parent2776802ae1fe4f1fbcd8c99e53bb07295ab97228 (diff)
Run in Python 3.82.5.3
Use image recommended by SECCOM Issue-ID: DCAEGEN2-2292 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I52a358f22c5f9c2e1cad4b574105c8bda10acf25
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 614642b..6758393 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
[tox]
-envlist = py37,flake8
+envlist = py37,py38
[testenv]
deps=
@@ -33,7 +33,7 @@ commands=
coverage xml -i
[testenv:flake8]
-basepython = python3.7
+basepython = python3.8
skip_install = true
deps = flake8
commands = flake8 setup.py config_binding_service tests