Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit c04452f

Browse files
🤖 sync with cloudalchemy/skeleton (SHA: 40e7ce18): lock molecule to v2
1 parent d7bd752 commit c04452f

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
os: linux
23
dist: xenial
3-
sudo: required
44
language: python
55
python:
66
- 3.7
@@ -11,15 +11,13 @@ env:
1111
- ANSIBLE=2.7
1212
- ANSIBLE=2.8
1313
- ANSIBLE=2.9
14-
matrix:
15-
fast_finish: true
1614
install:
1715
- pip3 install tox-travis git-semver
1816
script:
1917
- ./.travis/test.sh
2018
deploy:
2119
provider: script
22-
skip_cleanup: true
20+
cleanup: true
2321
script: .travis/releaser.sh
2422
on:
2523
branch: master

.travis/test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -euo pipefail
44

5-
if [ ! -d "./molecule/latest" ]; then
6-
tox -- molecule test --all
7-
exit 0
8-
fi
9-
105
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
116
tox -- molecule test --all --destroy always
127
else

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
molecule>=2.15.0
1+
molecule>=2.15.0,<3.0.0
22
docker
33
ansible-lint>=3.4.0
44
testinfra>=1.7.0

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
minversion = 1.8
3-
envlist = py3-ansible{27,28,29}
3+
basepython = python3.7
4+
envlist = py37-ansible{27,28,29}
45
skipsdist = true
56

67
[travis:env]

0 commit comments

Comments
 (0)