Remove Molecule project cruft

This commit is contained in:
Luke Murphy 2020-04-24 14:41:40 +02:00
parent a3ec791161
commit a571022d89
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 0 additions and 49 deletions

View File

@ -1,35 +0,0 @@
---
language: python
cache:
pip: true
directories:
- $HOME/.cache/pre-commit
- $HOME/.pre-commit
jobs:
fast_finish: true
include:
- python: "3.7"
name: linters
env:
- TOXENV=linters
- python: "3.7"
name: packaging
env:
- TOXENV=packaging
- python: "3.7"
name: py37
env:
- TOXENV=py37
- python: "3.7"
name: devel
env:
- TOXENV=devel
before_script:
- pip install tox>=3.14.0
script:
- tox

View File

@ -4,7 +4,6 @@ extends: default
ignore: |
molecule_hetznercloud/cookiecutter/scenario/driver/hetznercloud
integration-test-role/meta/main.yml
integration-test-role/.travis.yml
rules:
line-length: disable

View File

@ -1,13 +0,0 @@
---
# zuul.d/layout.yaml
- project:
templates:
- publish-to-pypi
check:
jobs: &defaults
- molecule-tox-linters
- molecule-tox-packaging
- molecule-tox-py37-fedora-30
- molecule-tox-devel-centos-8
gate:
jobs: *defaults