Metadata-Version: 1.2
Name: ome-ansible-molecule
Version: 0.4.4
Summary: Dependencies for testing OME Ansible roles
Home-page: https://github.com/ome/ome-ansible-molecule
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: GPLv2
Description: Dependencies for testing OME Ansible roles with Molecule
        ========================================================
        
        .. image:: https://travis-ci.org/ome/ome-ansible-molecule.png
           :target: https://travis-ci.org/ome/ome-ansible-molecule
        
        .. image:: https://badge.fury.io/py/ome-ansible-molecule.svg
            :target: https://badge.fury.io/py/ome-ansible-molecule
        
        A meta-package that installs common dependencies required to test most `OME Ansible Galaxy roles <https://galaxy.ansible.com/openmicroscopy/>`_.
        
        Example ``.travis.yml`` file for testing Ansible roles:
        
        ..  code-block:: yaml
        
            ---
            sudo: required
            language: python
        
            services:
              - docker
        
            install:
              - pip install "ome-ansible-molecule<0.5"
        
            script:
              - molecule test
        
            notifications:
              webhooks: https://galaxy.ansible.com/api/v1/notifications/
        
Keywords: ansible molecule testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
