diff options
author | huang.zhiping <huang.zhiping@99cloud.net> | 2018-10-21 02:31:59 +0000 |
---|---|---|
committer | Andriy Shevchenko <huang.zhiping@99cloud.net> | 2018-11-12 06:33:17 +0000 |
commit | da7e2916bc0d871857ecd4f0296d8f20f6db3cb2 (patch) | |
tree | e9b0375664e5712cbfb819fcc0594fa1793e018c | |
parent | 5f6971909604bcc19dfea11f8d3f5409a9442ace (diff) | |
download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |