tox-dev/tox-travis

Seamless integration of tox into Travis CI

Python

203

129 commits

updated Oct 7, 2024

See the code

README

====================================
tox-travis: Integrate tox and Travis
====================================

.. image:: https://img.shields.io/pypi/v/tox-travis.svg
   :target: https://pypi.org/project/tox-travis/
   :alt: Latest Version

.. image:: https://readthedocs.org/projects/tox-travis/badge/?version=stable
   :target: https://tox-travis.readthedocs.io/en/stable/?badge=stable
   :alt: Documentation Status

.. image:: https://travis-ci.org/tox-dev/tox-travis.svg?branch=master
   :target: https://travis-ci.org/tox-dev/tox-travis

.. image:: https://codecov.io/gh/tox-dev/tox-travis/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/tox-dev/tox-travis

.. image:: https://badges.gitter.im/tox-dev/tox-travis.svg
   :alt: Join the chat at https://gitter.im/tox-dev/tox-travis
   :target: https://gitter.im/tox-dev/tox-travis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

tox-travis is a plugin for `tox <https://pypi.org/project/tox/>`_ that simplifies the setup
between tox and Travis.

Usage
=====

Configure the Python versions to test with in ``.travis.yml``,
and install ``tox-travis`` with pip:

.. code-block:: yaml

    language: python
    python:
      - "3.6"
      - "3.7"
    install: pip install tox-travis
    script: tox

tox will only run the ``py36`` or ``py37`` env
(or envs that have a factor that matches)
as appropriate for the version of Python
that is being run by each Travis job.

Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.

Contributors

ryanhiebert

91 commits

epsy

6 commits

jayvdb

5 commits

jdufresne

4 commits

tox-dev/tox-travis

Seamless integration of tox into Travis CI

Python

203

129 commits

updated Oct 7, 2024

See the code

README

====================================
tox-travis: Integrate tox and Travis
====================================

.. image:: https://img.shields.io/pypi/v/tox-travis.svg
   :target: https://pypi.org/project/tox-travis/
   :alt: Latest Version

.. image:: https://readthedocs.org/projects/tox-travis/badge/?version=stable
   :target: https://tox-travis.readthedocs.io/en/stable/?badge=stable
   :alt: Documentation Status

.. image:: https://travis-ci.org/tox-dev/tox-travis.svg?branch=master
   :target: https://travis-ci.org/tox-dev/tox-travis

.. image:: https://codecov.io/gh/tox-dev/tox-travis/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/tox-dev/tox-travis

.. image:: https://badges.gitter.im/tox-dev/tox-travis.svg
   :alt: Join the chat at https://gitter.im/tox-dev/tox-travis
   :target: https://gitter.im/tox-dev/tox-travis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

tox-travis is a plugin for `tox <https://pypi.org/project/tox/>`_ that simplifies the setup
between tox and Travis.

Usage
=====

Configure the Python versions to test with in ``.travis.yml``,
and install ``tox-travis`` with pip:

.. code-block:: yaml

    language: python
    python:
      - "3.6"
      - "3.7"
    install: pip install tox-travis
    script: tox

tox will only run the ``py36`` or ``py37`` env
(or envs that have a factor that matches)
as appropriate for the version of Python
that is being run by each Travis job.

Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.

Contributors

ryanhiebert

91 commits

epsy

6 commits

jayvdb

5 commits

jdufresne

4 commits

Languages

Python

100.0%