Skip to content
Snippets Groups Projects
Commit d97d7720 authored by CloudAlchemy Bot's avatar CloudAlchemy Bot Committed by mergify[bot]
Browse files

:robot: sync with cloudalchemy/skeleton (SHA: 69fc5be8): Merge pull request #4...

:robot: sync with cloudalchemy/skeleton (SHA: 69fc5be8): Merge pull request #4 from cloudalchemy/travis_fix (#138)
parent e7fecae6
No related branches found
No related tags found
No related merge requests found
---
os: linux
dist: xenial
sudo: required
language: python
python:
- 3.7
......@@ -11,15 +11,13 @@ env:
- ANSIBLE=2.7
- ANSIBLE=2.8
- ANSIBLE=2.9
matrix:
fast_finish: true
install:
- pip3 install tox-travis git-semver
script:
- ./.travis/test.sh
deploy:
provider: script
skip_cleanup: true
cleanup: true
script: .travis/releaser.sh
on:
branch: master
......
......@@ -2,11 +2,6 @@
set -euo pipefail
if [ ! -d "./molecule/latest" ]; then
tox -- molecule test --all
exit 0
fi
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
tox -- molecule test --all --destroy always
else
......
[tox]
minversion = 1.8
envlist = py3-ansible{27,28,29}
basepython = python3.7
envlist = py37-ansible{27,28,29}
skipsdist = true
[travis:env]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment