Update minversion of tox

The minimum version since when tox accepts having inline comments
in deps is 3.9.0

https://tox.readthedocs.io/en/latest/changelog.html#v3-9-0-2019-04-17

Change-Id: I6e0b2bb4be15c67fa64a5a415e7814be9f8243f2
This commit is contained in:
Riccardo Pittau 2021-01-22 09:30:29 +01:00
parent 854d83937f
commit 9758d39969

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.2.1
minversion = 3.9.0
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict=true