tox: Remove ineffective ignore_basepython_conflict and bump minimum version
Change-Id: I714fb65a976a34f0cead7e5525698417a96bcce0 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,12 +1,9 @@
|
||||
[tox]
|
||||
minversion = 3.1
|
||||
minversion = 4.6.0
|
||||
skipsdist = True
|
||||
envlist = docs
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
usedevelop = False
|
||||
commands =
|
||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||
@@ -31,7 +28,6 @@ setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
WORKING_DIR={toxinidir}
|
||||
|
||||
|
||||
[testenv:docs]
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
|
Reference in New Issue
Block a user