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: I2a42de56b0d1c48604f026d27c1d262181cfe29b
This commit is contained in:
Riccardo Pittau 2021-01-22 08:56:21 +01:00
parent fb5955bcce
commit e670c24ea2
1 changed files with 1 additions and 1 deletions

View File

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