mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Merge "tox: Drop basepython"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -2,12 +2,10 @@
|
|||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
envlist = linters_latest,ansible_latest
|
envlist = linters_latest,ansible_latest
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
install_command = python3 -m pip install {opts} {packages}
|
install_command = python3 -m pip install {opts} {packages}
|
||||||
basepython = python3
|
|
||||||
passenv =
|
passenv =
|
||||||
OS_*
|
OS_*
|
||||||
setenv =
|
setenv =
|
||||||
|
|||||||
Reference in New Issue
Block a user