Skip to content
Snippets Groups Projects
Commit 1c6d49d0 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use py3 as the default runtime for tox"

parents 287731cb 72281362
No related branches found
No related tags found
No related merge requests found
[tox] [tox]
minversion = 3.18 minversion = 3.18
envlist = py38,linters envlist = py3,linters
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]
basepython = python3 basepython = python3
usedevelop = True usedevelop = True
allowlist_externals = bash allowlist_externals = bash
find find
rm rm
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment