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: I4915b3898ca8b5e88b5b0114c9e83475223d50bf
This commit is contained in:
Riccardo Pittau 2021-01-22 10:09:01 +01:00
parent 2ade8869ad
commit 1e02b3e5eb
1 changed files with 1 additions and 1 deletions

View File

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