Skip to content

Commit e890e9d

Browse files
authored
Merge pull request #75 from ansiblebit/ansible24
test against ansible 2.4
2 parents adcc65e + bb67b74 commit e890e9d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sudo: yes
33

44
matrix:
55
include:
6+
- python: 2.7
7+
env: TOXENV=py27-ansible24
68
- python: 2.7
79
env: TOXENV=py27-ansible23
810
- python: 2.7

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[tox]
22
envlist =
3-
py{27}-ansible{23,22,21,20}
3+
py{27}-ansible{24,23,22,21,20}
44

55
skipsdist = True
66

77

88
[testenv]
99
changedir = tests
1010
deps =
11+
ansible24: ansible>=2.4,<2.5
1112
ansible23: ansible>=2.3,<2.4
1213
ansible22: ansible>=2.2,<2.3
1314
ansible21: ansible>=2.1,<2.2

0 commit comments

Comments
 (0)