-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
102 lines (88 loc) · 2.15 KB
/
tox.ini
File metadata and controls
102 lines (88 loc) · 2.15 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[tox]
skipsdist = true
[testenv]
deps =
ansible
docker
molecule
testinfra
yamllint
ansible-lint
prospector
;[testenv:amazonlinux-2]
;setenv =
; MOLECULE_DISTRO=amazonlinux:2
; MOLECULE_DISTRO_GROUPS=debian_family
;commands = molecule test
;
;[testenv:amazonlinux-1]
;setenv =
; MOLECULE_DISTRO=amazonlinux:1
; MOLECULE_DISTRO_GROUPS=debian_family
;commands = molecule test
[testenv:debian-stretch]
setenv =
MOLECULE_DISTRO=debian:9
MOLECULE_DISTRO_GROUPS=debian_family
commands = molecule test
[testenv:debian-buster]
setenv =
MOLECULE_DISTRO=debian:10
MOLECULE_DISTRO_GROUPS=debian_family
commands = molecule test
[testenv:el7]
setenv =
MOLECULE_DISTRO=centos:7
MOLECULE_DISTRO_GROUPS=rhel_family
commands = molecule test
[testenv:fedora-27]
setenv =
MOLECULE_DISTRO=fedora:28
ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3
MOLECULE_DISTRO_GROUPS=rhel_family
commands = molecule test
[testenv:fedora-28]
setenv =
MOLECULE_DISTRO=fedora:28
ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3
MOLECULE_DISTRO_GROUPS=rhel_family
commands = molecule test
[testenv:fedora-29]
setenv =
MOLECULE_DISTRO=fedora:29
ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3
MOLECULE_DISTRO_GROUPS=rhel_family
commands = molecule test
[testenv:fedora-30]
setenv =
MOLECULE_DISTRO=fedora:30
ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3
MOLECULE_DISTRO_GROUPS=rhel_family
commands = molecule test
;[testenv:fedora-31]
;setenv =
; MOLECULE_DISTRO=fedora:31
; ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3
; MOLECULE_DISTRO_GROUPS=rhel_family
;commands = molecule test
; error
;[testenv:ubuntu-trusty]
;setenv =
; MOLECULE_DISTRO=ubuntu:14.04
; MOLECULE_DISTRO_GROUPS=debian_family
;commands = molecule test
[testenv:ubuntu-xenial]
setenv =
MOLECULE_DISTRO=ubuntu:16.04
MOLECULE_DISTRO_GROUPS=debian_family
commands = molecule test
[testenv:ubuntu-bionic]
setenv =
MOLECULE_DISTRO=ubuntu:18.04
MOLECULE_DISTRO_GROUPS=debian_family
commands = molecule test
[testenv:ubuntu-focal]
setenv =
MOLECULE_DISTRO=ubuntu:20.04
MOLECULE_DISTRO_GROUPS=debian_family
commands = molecule test