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: I37ab7fd16ca3125870a1201fb3b2e86c61564f47
This commit is contained in:
Dina Saparbaeva 2021-02-11 22:51:37 +06:00
parent 0720fc3549
commit 02bd40a31b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 3.1.1
envlist = py3,pypy,pep8
skipsdist = True