summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2020-07-15 15:27:49 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2020-07-15 15:27:49 +0200
commitc66bec0f43cfeb371a8ac97df3eddca3853191dc (patch)
tree09ed000c8cdae7374d120366ec011a3908a2d07b
parentf9c03a8de29fd3b7c479a2b0c4343585b9f171e8 (diff)
downloadironic-python-agent-c66bec0f43cfeb371a8ac97df3eddca3853191dc.tar.gz
Set min version of tox to 3.2.1
As recommended, since version 3.2.0 tox switches pip invocations to use the module -m pip instead of direct invocation. We set min version to 3.2.1 [1] to also fix the behavior of --parallel--safe-build [1] https://tox.readthedocs.io/en/latest/changelog.html#v3-2-1-2018-08-10 Change-Id: I6c91e84366dcec7290456eea535a0b2bd3eda4d1
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ea953482..f3fdec18 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.1.0
+minversion = 3.2.1
skipsdist = True
envlist = py3,functional,pep8
ignore_basepython_conflict=true