Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 388 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 388 Bytes

Tox Run Before Plugin

Tox plugin to run shell commands before the test environments are created.

Installation

  1. Add tox-run-before to your Python path.

Usage

A new run_before declaration is available under testenv sections. Example:

[testenv]
run_before =
    echo Building Yarn
    yarn
    yarn build