Skip to content

Commit

Permalink
Test on Ansible 2.10! (or actually "latest")
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 24, 2020
1 parent db8b95d commit 0952a9d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
#
[tox]
minversion = 3.7
# Disabled "next" because of:
# https://github.com/ansible-community/molecule/issues/2626.
# envlist = py{38}-ansible-{previous,current,next}
envlist = py{38}-ansible-{previous,current}
envlist = py{38}-ansible-{previous,current,next}
skipsdist = true

[testenv]
deps =
previous: ansible>=2.8, <2.9
current: ansible>=2.9
previous: ansible>=2.9, <2.10
current: ansible
next: git+https://github.com/ansible/ansible.git@devel
molecule[lint]>=3, <4
docker>=4.2, <4.3
Expand Down

0 comments on commit 0952a9d

Please sign in to comment.