remove ansible version environments

This commit is contained in:
Robert Kaussow 2019-10-10 17:59:29 +02:00
parent 170a2444ae
commit 06df6c3f32
2 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,5 @@
- BUGFIXES
- Use default split delimiter for module arguments
- INTERNALS
- remove outdated ansible vault reverences, vault encrypted files will be skipped
* BREAKING
* drop support for python 2
* INTERNAL
* test only with ansible version `latest` and `devel`
* build and release multi-arch docker images

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.7.0
envlist =
py{27,35,36,37}-ansible{25,26,27,devel}
py{27,35,36,37,38-rc}-ansible{latest,devel}
isolated_build = True
@ -11,9 +11,7 @@ passenv = PY_COLORS
setenv = COVERAGE_FILE={envdir}/.coverage
deps =
-rtest-requirements.txt
ansible25: ansible>=2.5,<2.6
ansible26: ansible>=2.6,<2.7
ansible27: ansible>=2.7,<2.8
ansiblelatest: ansible
ansibledevel: git+https://github.com/ansible/ansible.git
commands =
ansible-later --help