Merge "Use py3 as the default runtime for tox"
This commit is contained in:
commit
1c6d49d056
4
tox.ini
4
tox.ini
@ -1,13 +1,13 @@
|
||||
[tox]
|
||||
minversion = 3.18
|
||||
envlist = py38,linters
|
||||
envlist = py3,linters
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
allowlist_externals = bash
|
||||
find
|
||||
find
|
||||
rm
|
||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user