Update min tox version to 2.0
The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets. Change-Id: Ifc2c2ad88d77fb2590b5bb598458bdfd4a423a9e
This commit is contained in:
parent
4e63540245
commit
d9a63f7cb0
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27,py36,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
|
envlist = py27,py36,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
|
||||||
minversion = 1.6
|
minversion = 2.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
Loading…
Reference in New Issue
Block a user