Skip to content

Commit

Permalink
Fix: nox instructions for contributing (#941)
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Marsman <pietermarsman@gmail.com>
  • Loading branch information
ficapy and pietermarsman committed Jun 24, 2024
1 parent 0e9673d commit 634f3a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ Any contribution is appreciated! You might want to:
2. Install dev dependencies

```sh
pip install -e .[dev]
pip install -e ".[dev]"
```

3. Run the tests
3. Run all formatting, linting and tests

On all Python versions:

```sh
nox
```

Or on a single Python version:
Or only the tests on a single Python version:

```sh
nox -e py36
nox -e tests-3.12
```

0 comments on commit 634f3a9

Please sign in to comment.