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

Commit d97d772

Browse files
cloudalchemybotmergify[bot]
authored andcommitted
🤖 sync with cloudalchemy/skeleton (SHA: 69fc5be8): Merge pull request #4 from cloudalchemy/travis_fix (#138)
1 parent e7fecae commit d97d772

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
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

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)