File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - ANSIBLE_VERSION="stable-2.12"
1010 - ANSIBLE_VERSION="stable-2.13"
1111 - ANSIBLE_VERSION="stable-2.14"
12+ - ANSIBLE_VERSION="stable-2.15"
1213 - ANSIBLE_VERSION="devel"
1314matrix :
1415 exclude :
@@ -19,11 +20,15 @@ matrix:
1920 env : ANSIBLE_VERSION="stable-2.13"
2021 - python : " 2.7"
2122 env : ANSIBLE_VERSION="stable-2.14"
23+ - python : " 2.7"
24+ env : ANSIBLE_VERSION="stable-2.15"
2225 - python : " 2.7"
2326 env : ANSIBLE_VERSION="devel"
2427 # Python 3.8 max ansible version is 2.13
2528 - python : " 3.8"
2629 env : ANSIBLE_VERSION="stable-2.14"
30+ - python : " 3.8"
31+ env : ANSIBLE_VERSION="stable-2.15"
2732 - python : " 3.8"
2833 env : ANSIBLE_VERSION="devel"
2934 # 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:
5353 - .idea
5454 - .gitignore
5555 - .ansible-test
56- - tests
56+ - tests/integration
57+ - tests/unit
58+ - tests/output
59+ - tests/__init__.py
5760 - docs
5861 - CONTRIBUTING.md
5962 - build.sh
60- - requirements.txt
6163 - dev-requirements.txt
6264 - doc-requirements.txt
6365 - .travis
You can’t perform that action at this time.
0 commit comments