From 8e877dcb6836b8dabf493b2a5c6d42227fa49cf0 Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Fri, 16 Aug 2019 13:33:39 -0400 Subject: Transition to py37 now that python jjb in use Issue-ID: DCAEGEN2-1729 Change-Id: I4a0cabdc0e51b330da708b4341e1097e575e2d90 Signed-off-by: Tommy Carpenter --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a5342ca..614642b 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 = py36,flake8 +envlist = py37,flake8 [testenv] deps= @@ -33,7 +33,7 @@ commands= coverage xml -i [testenv:flake8] -basepython = python3.6 +basepython = python3.7 skip_install = true deps = flake8 commands = flake8 setup.py config_binding_service tests -- cgit 1.2.3-korg