tox-dev / tox-bindep

Tox plugin to run bindep checks before tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tox plugin to run bindep checks before tests

License:MIT License


Languages

Language:Python 100.0%