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: Ibe03e0aeac8bab767e9897b9c34d9a954a0d678e
This commit is contained in:
Riccardo Pittau 2021-01-23 18:26:53 +01:00
parent 7f0eff576b
commit c9c1762755
1 changed files with 1 additions and 1 deletions

View File

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