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