summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2019-04-09 14:56:23 +0530
committerVishakha Agarwal <agarwalvishakha18@gmail.com>2019-04-09 14:56:23 +0530
commitdd43941a7e028635c7837edd50883034aa9d5f5f (patch)
tree94879a9b35963e332defacfe93c2edb0435828ef /tox.ini
parente19296317026a42a96f4341b778d21a38a033af4 (diff)
downloadkeystonemiddleware-dd43941a7e028635c7837edd50883034aa9d5f5f.tar.gz
Update the min version of tox
In Train, we will use python3.6 and 3.7 for which the minimum tox version required is 2.5[1] [1]https://tox.readthedocs.io/en/latest/changelog.html#v2-6-0-2017-02-04 Change-Id: I3110e024268ca989e5b09d3dc087087f2d1b1f6f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 449f0a2..5b46a4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 2.0
+minversion = 2.5.0
skipsdist = True
envlist = py37,py36,py27,pep8,releasenotes