From 040eb509fd11f743966555beccc2e3ddcea3588b Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Tue, 29 Jun 2021 15:24:25 +0530 Subject: [PATCH] Change minversion to 3.18.0 in tox Change-Id: I0601c1055bee5926830146723a7bf4983460fb63 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e1eb31f..c9c91ad 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.0 +minversion = 3.18.0 envlist = pep8 skipsdist = True # this allows tox to infer the base python from the environment name