Tox plugin to run shell commands before the test environments are created.
- Add
tox-run-beforeto your Python path.
A new run_before declaration is available under testenv sections.
Example:
[testenv]
run_before =
echo Building Yarn
yarn
yarn build