zuul-jobs/roles/tox
Albin Vass a38becca99 Fix py27 tox
siblings: python2.7 ConfigParser has no __getitem__
Constrain soupsieve to <2 for python2.7
Add python2-dev to bindep for subprocess32

Change-Id: If9d6a0ae1a62a94dcec11f6bf637ffee7f0f4fc9
2020-05-27 17:12:32 +02:00
..
defaults Add flag for toggling inline comments for linters 2020-04-01 09:01:06 -05:00
library Fix py27 tox 2020-05-27 17:12:32 +02:00
tasks Merge "tox: empty envlist should behave like tox -e ALL" 2020-05-26 13:56:09 +00:00
__init__.py Enable Python 2.7 unit tests 2018-08-17 10:23:20 +10:00
README.rst tox: empty envlist should behave like tox -e ALL 2020-05-22 20:40:45 +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.