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 * 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

View File

@ -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