Skip to content

Commit c617584

Browse files
committed
updated python-ansible versions.
1 parent fe81ed9 commit c617584

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ sudo: yes
33

44
matrix:
55
include:
6-
- python: 2.7
6+
- python: 3.6
7+
env: TOXENV=py27-ansible28
8+
- python: 3.6
79
env: TOXENV=py27-ansible27
8-
- python: 2.7
10+
- python: 3.6
911
env: TOXENV=py27-ansible26
10-
- python: 2.7
12+
- python: 3.6
1113
env: TOXENV=py27-ansible25
1214
- python: 2.7
1315
env: TOXENV=py27-ansible24

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[tox]
22
envlist =
3-
py{27}-ansible{27,26,25,24,23,22,21,20}
3+
py{36}-ansible{27,26,25},py27-{24,23,22,21,20}
44

55
skipsdist = True
66

77

88
[testenv]
99
changedir = tests
1010
deps =
11+
ansible28: ansible>=2.8,<2.9
1112
ansible27: ansible>=2.7,<2.8
1213
ansible26: ansible>=2.6,<2.7
1314
ansible25: ansible>=2.5,<2.6

0 commit comments

Comments
 (0)