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