Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#48)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md
The project errors with tox3, so users should use tox4.
  • Loading branch information
eaudetcobello authored Mar 23, 2024
1 parent 40e7b85 commit 36b1f0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ tox devenv -e integration
source venv/bin/activate
```

The development setup ships with tox3, you might want to install tox4:
```shell
pip install 'tox>=4,<5'
```

## Testing

This project uses `tox` for managing test environments. There are some pre-configured environments
Expand Down

0 comments on commit 36b1f0d

Please sign in to comment.