Metadata-Version: 2.1
Name: vxci
Version: 0.0.36
Summary: Tool created to help with Odoo in the CI environment
Home-page: https://git.vauxoo.com/devops/vxci
Author: Vauxoo
Author-email: info@vauxoo.com
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: click ==6.6
Requires-Dist: vxbase
Requires-Dist: future
Requires-Dist: jinja2
Requires-Dist: urllib3 ==1.26.15 ; python_version < "3.8"
Requires-Dist: docker ==3.5.1 ; python_version > "3.4" and python_version < "3.6"
Requires-Dist: docker ==5.0.3 ; python_version >= "3.6" and python_version < "3.8"
Requires-Dist: docker ==6.0.0 ; python_version >= "3.8"
Requires-Dist: requests >=2.26.0 ; python_version >= "3.8"
Requires-Dist: urllib3 ==1.26.19 ; python_version >= "3.8"

========
Overview
========



Deployv addon: Gitlab tools. Generated by cookiecutter and cookiecutter-deploy-addon.

A small set of tools to automate repetitive tasks for testing gitlab repositories.

It is important to say that this is not by any mean a replacement for the MQT tools, these are tools that we need in order to make gitlab-ci work properly with the MQT tools.

* Free software: BSD license

Installation
============

::

    pip install vxci

Documentation
=============

https://vxci.readthedocs.io/

Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.1.0 (2017-03-03)
-----------------------------------------

* First release on PyPI.
