Merge "tox: Remove basepython"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -1,11 +1,9 @@
|
||||
[tox]
|
||||
envlist = py3,pep8
|
||||
ignore_basepython_conflict = true
|
||||
minversion = 3.18.0
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
allowlist_externals = bash
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
@@ -31,7 +29,6 @@ builtins = _
|
||||
exclude=.venv,.git,.tox,*lib/python*,private,.eggs
|
||||
|
||||
[testenv:cover]
|
||||
basepython = python3
|
||||
allowlist_externals = find
|
||||
setenv =
|
||||
PYTHON=coverage run --source . --parallel-mode
|
||||
|
Reference in New Issue
Block a user