Skip to content

Commit

Permalink
Merge branch 'main' into KU-405/etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido authored Mar 25, 2024
2 parents fb1af95 + 36b1f0d commit b4e9bda
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 b4e9bda

Please sign in to comment.