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: I2e5387f284a34c9fc3839503534c21374b11fc0c
This commit is contained in:
Dina Saparbaeva 2021-02-11 16:13:09 +00:00
parent ff2fd88b18
commit 9a5947b63d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 3.1.1
envlist = py38,pep8
skipsdist = True
ignore_basepython_conflict = true