Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 344 Bytes

tox-bindep

tox plugin runs bindep checks before tests in order to avoid confusing errors if user forgot to install system level requirements.

This plugin looks at existing profiles and adds "test" profile if available.

To make use of this plugin just add it to requires plugin list:

# tox.ini
[tox]
requires =
    tox-bindep