mirror of
https://opendev.org/openstack/python-neutronclient.git
synced 2026-01-16 23:12:23 +00:00
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
This commit is contained in:
parent
5f69719096
commit
da7e2916bc
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue