mg
651164f26f
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#294 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
27 lines
506 B
YAML
27 lines
506 B
YAML
---
|
|
language: python
|
|
python:
|
|
- "3.7"
|
|
|
|
env:
|
|
matrix:
|
|
- MOLECULE_DISTRO: centos8
|
|
- MOLECULE_DISTRO: centos7
|
|
- MOLECULE_DISTRO: ubuntu2004
|
|
- MOLECULE_DISTRO: ubuntu1804
|
|
- MOLECULE_DISTRO: ubuntu1604
|
|
- MOLECULE_DISTRO: debian10
|
|
- MOLECULE_DISTRO: debian9
|
|
- MOLECULE_DISTRO: fedora33
|
|
|
|
services:
|
|
- docker
|
|
|
|
install:
|
|
- python -m pip -q install -r requirements-travis.txt
|
|
|
|
script:
|
|
- molecule test
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|