summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2019-04-09 15:03:01 +0530
committerVishakha Agarwal <agarwalvishakha18@gmail.com>2019-04-09 15:03:54 +0530
commit199bb1935355360732183097f002954d1b5a11f1 (patch)
treecaf2cb0055b3ebd4af43c4d107250f02d34f0c91 /tox.ini
parentb82dabdb44e16983248bd46a0194cb630aa29f92 (diff)
downloadpython-keystoneclient-199bb1935355360732183097f002954d1b5a11f1.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: Idb9a12258fb47a20b4afea7a2d9780b776d7a990
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 d97c6e6..c3a47df 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