summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bengtsson <dbengt@redhat.com>2020-03-03 15:30:58 +0100
committerDaniel Bengtsson <dbengt@redhat.com>2020-03-10 12:06:42 +0100
commit7f8a8dbe2ee7471785382202e809050bb4e00eae (patch)
tree1f991b958014f5e6cac74c462cf13572feaaf73f
parentcb40fac97296d431a32585cf40ef5ef80e8e9075 (diff)
downloadoslo-vmware-7f8a8dbe2ee7471785382202e809050bb4e00eae.tar.gz
Update the tox 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. Remove the useless install_command parameter. Change-Id: I17588a5702fa1f9429dd6bc2d1a8c4ad9e90c539
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f8acf63..b13d3f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.1.1
+minversion = 3.2.0
envlist = py37,pep8
ignore_basepython_conflict = true