-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
33 lines (31 loc) · 705 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
[tox]
minversion = 4.0.2
requires =
tox>=4.0.2
envlist =
devel
py310-ansible{8,9,devel}
py311-ansible{8,9,devel}
skipsdist = true
[testenv:devel]
passenv = *
deps =
git+https://github.com/ansible-community/ansible-lint.git
molecule-plugins[vagrant]@git+https://github.com/ansible-community/molecule-plugins.git
https://github.com/ansible/ansible/archive/devel.tar.gz
passlib
commands =
ansible-lint
molecule test
[testenv]
passenv = *
deps =
ansible8: ansible==8
ansible9: ansible==9
ansibledevel: https://github.com/ansible/ansible/archive/devel.tar.gz
ansible-lint
molecule-plugins[vagrant]
passlib
commands =
ansible-lint
molecule test