summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuang.zhiping <huang.zhiping@99cloud.net>2018-10-21 02:31:59 +0000
committerAndriy Shevchenko <huang.zhiping@99cloud.net>2018-11-12 06:33:17 +0000
commitda7e2916bc0d871857ecd4f0296d8f20f6db3cb2 (patch)
treee9b0375664e5712cbfb819fcc0594fa1793e018c
parent5f6971909604bcc19dfea11f8d3f5409a9442ace (diff)
downloadpython-neutronclient-da7e2916bc0d871857ecd4f0296d8f20f6db3cb2.tar.gz
Update min tox version to 2.3.2
The commands used by constraints need at least tox 2.3.2. Update to reflect reality, which should help with local running of constraints targets. Change-Id: I22dec4ff510123520a2c035c3fa1c80f18ce4cdd Closes-Bug: #1801360
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 032d3cc..7d5eecb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
# py3 first to avoid .testrepository incompatibility
envlist = py35,py27,pypy,pep8
-minversion = 1.6
+minversion = 2.3.2
skipsdist = True
[testenv]