tox: Remove ineffective ignore_basepython_conflict and bump minimum version
Change-Id: I523e7fd6849cff52dbf1779ffee44fdde93beb2a Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,11 +1,9 @@
|
||||
[tox]
|
||||
envlist = py3,pep8,black_check,cover_report
|
||||
minversion = 3.1.1
|
||||
ignore_basepython_conflict = True
|
||||
minversion = 3.18.0
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
basepython = python3
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
|
Reference in New Issue
Block a user