Tobias Henkel 00900e69ab
Support multiple matchers when parsing tox output
The regex used to filter for line comments needs to be fine tuned for
different linters. Instead having a huge complicated regex add support
for more specialized regexes. Start with a regex that matches spinx
output.

Change-Id: I516086bba315b8bb03a1103e1b33f1a819853be7
2020-04-02 19:39:58 +02:00
..
2020-04-01 21:42:03 +02:00
2018-08-17 10:23:20 +10:00
2019-05-22 22:30:14 +02:00

Runs tox for a project

Role Variables

Environment variables to pass in to the tox run.

Path to a pip constraints file. Will be provided to tox via TOX_CONSTRAINTS_FILE (deprecated but currently still supported name is UPPER_CONSTRAINTS_FILE) environment variable if it exists.