summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bengtsson <dbengt@redhat.com>2020-02-13 11:04:35 +0100
committerDaniel Bengtsson <dbengt@redhat.com>2020-02-13 11:04:35 +0100
commitc49994358a49dea2587662b79f4ffcd9225e96c5 (patch)
tree68c3408591130915c204d31176046342c40c63a5
parent440149f3b91b394ff4156aaee338be66756cd657 (diff)
downloadoslo-serialization-c49994358a49dea2587662b79f4ffcd9225e96c5.tar.gz
Update the minversion parameter.
Update the minversion parameter to use the python -m pip to install python packages: https://tox.readthedocs.io/en/latest/changelog.html#id185 It's recommend to use this. Change-Id: I1560635d3d76edf5ca4c426e7e13b228ac4f8c63
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e8a2e76..e0594bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.1
+minversion = 3.2.0
envlist = py37,pep8
basepython = python3
ignore_basepython_conflict = true