--- # # Ansible managed # language: python python: - "3.7" services: - docker env: global: namespace="robertdebock" matrix: - image="debian" tag="latest" - image="debian" tag="bullseye" - image="centos" tag="7" - image="centos" tag="latest" - image="fedora" tag="31" - image="fedora" tag="latest" - image="fedora" tag="rawhide" - image="opensuse" tag="latest" - image="ubuntu" tag="bionic" - image="ubuntu" tag="xenial" - image="ubuntu" tag="latest" cache: - pip install: - pip install --upgrade pip - pip install tox script: - tox --parallel all notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ slack: secure: "# out of `travis encrypt robertdebock:TOKEN-FROM-SLACK`" email: false