Skip to content

Commit 3b86860

Browse files
committed
Adding latest Ansible versions to testing pipeline
1 parent cb333ca commit 3b86860

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: .travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22

33
language: python
4-
dist: xenial
4+
dist: focal
55

66
python:
77
- 2.7
88
- 3.5
99
- 3.6
1010
- 3.7
1111
- 3.8
12+
- 3.9
1213

1314
matrix:
1415
fast_finish: true
@@ -21,6 +22,8 @@ env:
2122
- ANSIBLE=2.7
2223
- ANSIBLE=2.8
2324
- ANSIBLE=2.9
25+
- ANSIBLE=2.10
26+
- ANSIBLE=2.11
2427

2528
install:
2629
- pip install tox-travis

Diff for: test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flake8==3.7.8
1+
flake8==3.9.2

Diff for: tox.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.8
3-
envlist = py{27}-ansible{24,25,26,27,28,29},py{35,36,37,38}-ansible{25,26,27,28,29}
3+
envlist = py{27}-ansible{24,25,26,27,28,29,210,211},py{35,36,37,38,39}-ansible{25,26,27,28,29,210,211}
44
skipsdist = true
55

66
[travis:env]
@@ -11,6 +11,8 @@ ANSIBLE=
1111
2.7: ansible27
1212
2.8: ansible28
1313
2.9: ansible29
14+
2.10: ansible210
15+
2.11: ansible211
1416

1517
[testenv]
1618
passenv = *
@@ -22,6 +24,8 @@ deps =
2224
ansible27: ansible<2.8
2325
ansible28: ansible<2.9
2426
ansible29: ansible<2.10
27+
ansible210: ansible<2.11
28+
ansible211: ansible<2.12
2529
commands =
2630
flake8
2731
{posargs:python -m unittest -v tests.test_config_encoders}

0 commit comments

Comments
 (0)