Skip to content
Snippets Groups Projects
Commit 72281362 authored by likui's avatar likui Committed by Michal Nasiadka
Browse files

Use py3 as the default runtime for tox

Moving on py3 as the default runtime for tox to avoid to update this at
each new cycle.

Change-Id: I9e3eb3aca01fb94a92153e26659c2c412de98093
parent a6120f23
No related branches found
No related tags found
No related merge requests found
[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
......
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