mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
remove ansible version environments
This commit is contained in:
parent
170a2444ae
commit
06df6c3f32
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,5 @@
|
|||||||
- BUGFIXES
|
* BREAKING
|
||||||
- Use default split delimiter for module arguments
|
* drop support for python 2
|
||||||
|
* INTERNAL
|
||||||
- INTERNALS
|
* test only with ansible version `latest` and `devel`
|
||||||
- remove outdated ansible vault reverences, vault encrypted files will be skipped
|
* build and release multi-arch docker images
|
||||||
|
6
tox.ini
6
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.7.0
|
minversion = 3.7.0
|
||||||
envlist =
|
envlist =
|
||||||
py{27,35,36,37}-ansible{25,26,27,devel}
|
py{27,35,36,37,38-rc}-ansible{latest,devel}
|
||||||
|
|
||||||
isolated_build = True
|
isolated_build = True
|
||||||
|
|
||||||
@ -11,9 +11,7 @@ passenv = PY_COLORS
|
|||||||
setenv = COVERAGE_FILE={envdir}/.coverage
|
setenv = COVERAGE_FILE={envdir}/.coverage
|
||||||
deps =
|
deps =
|
||||||
-rtest-requirements.txt
|
-rtest-requirements.txt
|
||||||
ansible25: ansible>=2.5,<2.6
|
ansiblelatest: ansible
|
||||||
ansible26: ansible>=2.6,<2.7
|
|
||||||
ansible27: ansible>=2.7,<2.8
|
|
||||||
ansibledevel: git+https://github.com/ansible/ansible.git
|
ansibledevel: git+https://github.com/ansible/ansible.git
|
||||||
commands =
|
commands =
|
||||||
ansible-later --help
|
ansible-later --help
|
||||||
|
Loading…
Reference in New Issue
Block a user