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: I3e510bf626fc913069009075b4a28ee2face7ae1
This commit is contained in:
Riccardo Pittau 2021-01-22 10:49:47 +01:00
parent 122f4ba5db
commit 5630176fd0
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
ignore_basepython_conflict=true