f418a8d533
This fixes a byte vs str problem on python3 in the tox role's sibling library. As part of this fix add unit testing of the function that was failing under python3 and functional testing of the role that covers siblings. Change-Id: I2df4ddce91dfd53f5c4177a19288e97120bc3e3b |
||
---|---|---|
.. | ||
defaults | ||
library | ||
tasks | ||
__init__.py | ||
README.rst |
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.