Skip to content

Commit

Permalink
Tox is misbehaving. Default for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jun 17, 2024
1 parent 1337071 commit e9361e7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# Ansible managed
#
[tox]
minversion = 4.2.4
envlist = py3-ansible{8,9}

skipsdist = true

[testenv]
deps =
-rrequirements.txt
ansible8: ansible == 8.*
ansible9: ansible == 9.*
ansible10: ansible == 10.*

commands = molecule test
setenv =
TOX_ENVNAME={envname}
PY_COLORS=1
ANSIBLE_FORCE_COLOR=1
ANSIBLE_ROLES_PATH=../

passenv =
namespace
image
tag
DOCKER_HOST

0 comments on commit e9361e7

Please sign in to comment.