Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
fix ansible prerun bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Apr 3, 2022
1 parent 8072091 commit f2725f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ansible-lint==5.4.0
molecule==3.4.0
molecule-docker==0.2.4
docker==5.0.0
Expand Down
17 changes: 7 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
[tox]
minversion = 1.8
toxworkdir = /tmp/.tox/

envlist = py{37,38,39}-ansible{28,29,210}
envlist = py{39,310}-ansible{29,210}

skipsdist = true

[travis:env]
ANSIBLE=
2.8: ansible28
2.9: ansible29

[gh-actions]
ansible =
2.8: ansible28
2.9: ansible29
2.10: ansible210

python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
passenv = *
deps =
-r test-requirements.txt
ansible28: ansible>=2.8,<2.9
ansible29: ansible>=2.9,<2.10
ansible210: ansible>=2.10,<2.11
ansible340: ansible>=3.4,<3.5
ansible410: ansible>=4.10,<4.11
ansible510: ansible>=5.1,<5.2
ansible520: ansible>=5.2,<5.3

commands_pre =
/usr/bin/find {toxinidir} -type f -not -path '{toxinidir}/.tox/*' -path '*/__pycache__/*' -name '*.py[c|o]' -delete
Expand Down

0 comments on commit f2725f7

Please sign in to comment.