commit | 3a59e1ef92ed5d4da964950872c399496f0c401d | [log] [tgz] |
---|---|---|
author | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Thu Jan 14 17:15:29 2016 +0900 |
committer | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Thu Jan 14 17:15:29 2016 +0900 |
tree | bc52fae228d69cee47e2dcf40bfab4f50a046832 | |
parent | 4fd3ddb1fd1ca681648586acdfb456cfe144618e [diff] |
Raise tox min version to avoid maximum recursion issue There was regression in tox 2.2.0 for env-substitution with setenv. https://bitbucket.org/hpk42/tox/issues/99/environment-variable-usage-schema-env-xxx It is fixed in 2.3.1 https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files So no issue with 2.3.1, but let's raise the min version in tox.ini to avoid maximum recursion issue. Change-Id: Ie808e46a90a681b21c30998d2fc867981c2c05fd Closes-Bug: #1534006
diff --git a/tox.ini b/tox.ini index 832a7b3..95f2cf1 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] envlist = pep8,py34,py27 -minversion = 1.6 +minversion = 2.3.1 skipsdist = True [tempestenv]