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: I4d2aaf97459344ca01e5ccd6e563474c094a4678
This commit is contained in:
Riccardo Pittau 2021-01-21 14:57:07 +01:00
parent d6661a2d4b
commit 5165edaf93
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