Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Update README.md #69

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# 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:

```ini
# tox.ini
[tox]
requires =
tox-bindep
```
Deprecated in favour of https://github.com/tox-dev/tox-extra which provides the same functionality.
Loading