Update tox.ini

This commit is contained in:
Ben Kochie 2019-07-01 14:53:17 +02:00
parent e2dfa522a8
commit 20cee1068f
No known key found for this signature in database
GPG Key ID: 7D88366AC0FCE38A
1 changed files with 5 additions and 9 deletions

14
tox.ini
View File

@ -1,22 +1,18 @@
[tox] [tox]
minversion = 1.8 minversion = 1.8
envlist = py{27}-ansible{23,24,25,26} envlist = py{27}-ansible{27,28}
skipsdist = true skipsdist = true
[travis:env] [travis:env]
ANSIBLE= ANSIBLE=
2.3: ansible23 2.7: ansible27
2.4: ansible24 2.8: ansible28
2.5: ansible25
2.6: ansible26
[testenv] [testenv]
passenv = * passenv = *
deps = deps =
-rtest-requirements.txt -rtest-requirements.txt
ansible23: ansible<2.4 ansible27: ansible<2.8
ansible24: ansible<2.5 ansible28: ansible<2.9
ansible25: ansible<2.6
ansible26: ansible<2.7
commands = commands =
{posargs:molecule test --all --destroy always} {posargs:molecule test --all --destroy always}