Skip to content

Commit

Permalink
Short note on how to run nox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehossack committed May 29, 2021
1 parent bde0c8e commit 1a60a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ You'll need to have [nox](https://github.com/theacodes/nox) installed:

* `pip install nox`

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

* `format` -> Format the code.
Expand Down

0 comments on commit 1a60a4a

Please sign in to comment.