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: Ice30f3c900dd87c07f29a96cdbeef9899ead6777
This commit is contained in:
Riccardo Pittau 2021-01-22 09:16:21 +01:00
parent 6072e2d65a
commit c72e58b2fa

View File

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