File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ os : linux
2
3
dist : xenial
3
- sudo : required
4
4
language : python
5
5
python :
6
6
- 3.7
11
11
- ANSIBLE=2.7
12
12
- ANSIBLE=2.8
13
13
- ANSIBLE=2.9
14
- matrix :
15
- fast_finish : true
16
14
install :
17
15
- pip3 install tox-travis git-semver
18
16
script :
19
17
- ./.travis/test.sh
20
18
deploy :
21
19
provider : script
22
- skip_cleanup : true
20
+ cleanup : true
23
21
script : .travis/releaser.sh
24
22
on :
25
23
branch : master
Original file line number Diff line number Diff line change 2
2
3
3
set -euo pipefail
4
4
5
- if [ ! -d " ./molecule/latest" ]; then
6
- tox -- molecule test --all
7
- exit 0
8
- fi
9
-
10
5
if [ " $TRAVIS_PULL_REQUEST " == " false" ]; then
11
6
tox -- molecule test --all --destroy always
12
7
else
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
minversion = 1.8
3
- envlist = py3-ansible{27,28,29}
3
+ basepython = python3.7
4
+ envlist = py37-ansible{27,28,29}
4
5
skipsdist = true
5
6
6
7
[travis:env]
You can’t perform that action at this time.
0 commit comments