2020-04-28 13:23:10 +02:00
|
|
|
---
|
|
|
|
dist: xenial
|
|
|
|
language: python
|
2021-06-02 11:16:39 +02:00
|
|
|
python: "3.9"
|
2020-04-28 13:23:10 +02:00
|
|
|
os: linux
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
install:
|
|
|
|
- pip3 install cookiecutter
|
|
|
|
env:
|
|
|
|
jobs:
|
|
|
|
- MOLECULE_DISTRO=debian:stretch-slim
|
|
|
|
- MOLECULE_DISTRO=debian:buster-slim
|
|
|
|
script:
|
2021-04-29 15:29:30 +02:00
|
|
|
- ./test.sh
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
if: branch = master
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
recipients:
|
|
|
|
- desarrollo.benders@idealista.com
|