tox: Remove ineffective ignore_basepython_conflict and bump minimum version
Change-Id: Ia5940434b593dc993bbd9fef11b483475f8a96db Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -1,11 +1,9 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 4.0
|
minversion = 4.6.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = docs,molecule
|
envlist = docs,molecule
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
|
||||||
usedevelop = False
|
usedevelop = False
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||||
@@ -61,7 +59,6 @@ commands =
|
|||||||
commands =
|
commands =
|
||||||
{posargs}
|
{posargs}
|
||||||
|
|
||||||
|
|
||||||
[testenv:molecule]
|
[testenv:molecule]
|
||||||
# You can use DOCKER_REGISTRY and DOCKER_IMAGE_TAG to switch between
|
# You can use DOCKER_REGISTRY and DOCKER_IMAGE_TAG to switch between
|
||||||
# tested distros. I.e:
|
# tested distros. I.e:
|
||||||
|
Reference in New Issue
Block a user