.. _spkg_tox:

tox: tox is a generic virtualenv management and test command line tool
======================================================================

Description
-----------

tox is a generic virtualenv management and test command line tool

License
-------

MIT

Upstream Contact
----------------

https://pypi.org/project/tox/


Type
----

standard


Version Information
-------------------

package-version.txt::

    3.23.1

install-requires.txt::

    tox


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install tox

cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install tox

Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  tox

Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  tox

freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install tox

gentoo:

.. CODE-BLOCK:: bash

    $ sudo emerge tox

homebrew:

.. CODE-BLOCK:: bash

    $ brew install tox

macports:
install the following packages: tox
slackware:

.. CODE-BLOCK:: bash

    $ sudo slackpkg install tox

void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  tox

See https://repology.org/project/tox/versions

If the system package is installed, ./configure will check whether it can be used.

