forked from konstruktoid/ansible-role-docker-rootless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
34 lines (32 loc) · 823 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
[tox]
minversion = 3.20
envlist =
devel
py39-ansible{5,6,devel}
py310-ansible{5,6,devel}
skipsdist = true
[testenv:devel]
passenv = *
basepython = python3.10
deps =
git+https://github.com/ansible-community/ansible-lint.git
git+https://github.com/ansible-community/molecule.git
git+https://github.com/ansible-community/molecule-vagrant.git
git+https://github.com/docker/docker-py.git
git+https://github.com/pycontribs/python-vagrant.git
https://github.com/ansible/ansible/archive/devel.tar.gz
commands =
molecule test
[testenv]
passenv = *
deps =
ansible5: ansible==5.10
ansible6: ansible==6.2.0
ansibledevel: https://github.com/ansible/ansible/archive/devel.tar.gz
ansible-lint
docker
molecule
molecule-vagrant
python-vagrant
commands =
molecule test