From 0d8f415e868f6faff82f973f862278d09b75efbb Mon Sep 17 00:00:00 2001 From: Dina Saparbaeva Date: Thu, 11 Feb 2021 17:09:56 +0000 Subject: [PATCH] tox miniversion update to 3.1.1 In 3.1.1, tox had fixed: mishandling the basepython directive [1] ignoring PYTHONDONTWRITEBYTECODE [2] More details in [3] [1] tox-dev/tox#477 [2] tox-dev/tox@336f4f6 [3] http://lists.openstack.org/pipermail/openstack-dev/2018-July/thread.html#132075 Change-Id: I42930da2333abdc0b081ab238e0e94999ce602b9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8e8bebe15f..5aeef2539f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 3.1.1 skipsdist = True envlist = py3,pep8