Skip to main content

Tox plug-in that allows you to run subsets of test environments

Project description

This is a Tox plug-in that allows you to tag test environments and then easily select a subset of test environments when running Tox.

The plug-in and its rule system is heavily inspired by nose-attrib.

Here’s an example:

[tox]
envlist =
  py27-win,
  py27,
  py34,

[testenv:py27-win]
tags =
  win

Then, you can easily run only the py27-win environment:

$ tox -t win

You can also run all but the py27-win environment:

$ tox -t '!win'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tox-tags-0.2.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

tox_tags-0.2.0-py2.py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page