mirror of
https://github.com/idealista/cookiecutter-ansible-role.git
synced 2024-11-19 19:06:12 +01:00
17 lines
281 B
YAML
17 lines
281 B
YAML
---
|
|
dist: xenial
|
|
language: python
|
|
python: "3.7"
|
|
os: linux
|
|
services:
|
|
- docker
|
|
install:
|
|
- pip3 install cookiecutter
|
|
env:
|
|
jobs:
|
|
- MOLECULE_DISTRO=debian:jessie-slim
|
|
- MOLECULE_DISTRO=debian:stretch-slim
|
|
- MOLECULE_DISTRO=debian:buster-slim
|
|
|
|
script:
|
|
- ./test.sh |