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

Commit

Permalink
Update README.md (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 21, 2024
1 parent fb52e88 commit 7edd12e
Showing 1 changed file with 1 addition and 15 deletions.
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.

0 comments on commit 7edd12e

Please sign in to comment.