diff options
author | Riccardo Pittau <elfosardo@gmail.com> | 2021-01-22 09:16:21 +0100 |
---|---|---|
committer | Riccardo Pittau <elfosardo@gmail.com> | 2021-01-22 09:16:21 +0100 |
commit | c72e58b2fac474a97d39b452a93e0afb4794f56e (patch) | |
tree | ded8645ed3790758909637337dc057e7827452d4 | |
parent | 6072e2d65a45a0633d64f6ec9d39ec19b7e066ad (diff) | |
download | ironic-python-agent-c72e58b2fac474a97d39b452a93e0afb4794f56e.tar.gz |
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: Ice30f3c900dd87c07f29a96cdbeef9899ead6777
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -minversion = 3.2.1 +minversion = 3.9.0 skipsdist = True envlist = py3,functional,pep8 ignore_basepython_conflict=true |