Skip to content

Commit 1a60a4a

Browse files
committed
Short note on how to run nox tests
1 parent bde0c8e commit 1a60a4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ You'll need to have [nox](https://github.com/theacodes/nox) installed:
2323

2424
* `pip install nox`
2525

26+
You'll need to have all the available python versions installed.
27+
An example of running for just one version is `nox --extra-python=$(which python) -s test`
2628
With `nox`, you can run different sessions (default are `lint` and `test`):
2729

2830
* `format` -> Format the code.

0 commit comments

Comments
 (0)