-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathtox.ini
36 lines (34 loc) · 800 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tox]
minversion = 4.0.2
requires =
tox>=4.0.2
envlist =
devel
py312-ansible{11,devel}
py313-ansible{11,devel}
skipsdist = true
[testenv:devel]
passenv = *
deps =
git+https://github.com/ansible-community/ansible-lint.git
https://github.com/ansible/ansible/archive/devel.tar.gz
jmespath
molecule-plugins[vagrant]@git+https://github.com/ansible-community/molecule-plugins.git
passlib
commands =
ansible-galaxy install -r requirements.yml
ansible-lint
molecule test
[testenv]
passenv = *
deps =
ansible11: ansible==11
ansibledevel: https://github.com/ansible/ansible/archive/devel.tar.gz
ansible-lint
jmespath
molecule-plugins[vagrant]
passlib
commands =
ansible-galaxy install -r requirements.yml
ansible-lint
molecule test