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
This commit is contained in:
Dina Saparbaeva 2021-02-11 17:09:56 +00:00
parent 8c85cf31a5
commit 0d8f415e86
1 changed files with 1 additions and 1 deletions

View File

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