Skip to content

Commit

Permalink
tox: use python3.6 and ansible 2.4+2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Jun 28, 2018
1 parent 9d66539 commit 0e2f75f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[tox]
envlist =
{py27}-{ansible193,ansible184,ansible172}
py{36}-ansible{24,25}

skipsdist = True


[testenv]
changedir = tests
deps =
travis: ansible==1.9.3
ansible193: ansible==1.9.3
ansible184: ansible==1.8.4
ansible172: ansible==1.7.2
ansible25: ansible>=2.5,<2.6
ansible24: ansible>=2.4,<2.5
travis: ansible25

passenv = ANSIBLE_ASK_SUDO_PASS HOME

Expand Down

0 comments on commit 0e2f75f

Please sign in to comment.