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
Release history Release notifications | RSS feed
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 details)