File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 9
9
- ANSIBLE_VERSION="stable-2.12"
10
10
- ANSIBLE_VERSION="stable-2.13"
11
11
- ANSIBLE_VERSION="stable-2.14"
12
+ - ANSIBLE_VERSION="stable-2.15"
12
13
- ANSIBLE_VERSION="devel"
13
14
matrix :
14
15
exclude :
@@ -19,11 +20,15 @@ matrix:
19
20
env : ANSIBLE_VERSION="stable-2.13"
20
21
- python : " 2.7"
21
22
env : ANSIBLE_VERSION="stable-2.14"
23
+ - python : " 2.7"
24
+ env : ANSIBLE_VERSION="stable-2.15"
22
25
- python : " 2.7"
23
26
env : ANSIBLE_VERSION="devel"
24
27
# Python 3.8 max ansible version is 2.13
25
28
- python : " 3.8"
26
29
env : ANSIBLE_VERSION="stable-2.14"
30
+ - python : " 3.8"
31
+ env : ANSIBLE_VERSION="stable-2.15"
27
32
- python : " 3.8"
28
33
env : ANSIBLE_VERSION="devel"
29
34
# Ansible 2.11 max python version support is 3.9
Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ build_ignore:
53
53
- .idea
54
54
- .gitignore
55
55
- .ansible-test
56
- - tests
56
+ - tests/integration
57
+ - tests/unit
58
+ - tests/output
59
+ - tests/__init__.py
57
60
- docs
58
61
- CONTRIBUTING.md
59
62
- build.sh
60
- - requirements.txt
61
63
- dev-requirements.txt
62
64
- doc-requirements.txt
63
65
- .travis
You can’t perform that action at this time.
0 commit comments