-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathtox.ini
39 lines (37 loc) · 921 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
37
38
39
[tox]
minversion = 4.0.2
requires =
tox>=4.0.2
envlist =
devel
py310-ansible{8,9,10,devel}
py311-ansible{8,9,10,devel}
py312-ansible{8,9,10,devel}
skipsdist = true
[testenv:devel]
passenv = *
deps =
git+https://github.com/ansible-community/ansible-lint.git
git+https://github.com/docker/docker-py.git
https://github.com/ansible/ansible/archive/devel.tar.gz
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 =
ansible8: ansible==8
ansible9: ansible==9
ansible10: ansible==10
ansibledevel: https://github.com/ansible/ansible/archive/devel.tar.gz
ansible-lint
docker
molecule-plugins[vagrant]
passlib
commands =
ansible-galaxy install -r requirements.yml
ansible-lint
molecule test