Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Aug 26, 2018
1 parent 99b00cf commit b411ad1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ By default nox will run all sessions defined in the noxfile. However, you can ch
nox -s lint tests
nox -e lint

You can also use the ``NOXSESSION`` environment variable::

NOXSESSION=lint nox
NOXSESSION=lint,tests nox

Nox will run these sessions in the same order they are specified.

You can also use `pytest-style keywords`_ to filter test sessions::
Expand Down

0 comments on commit b411ad1

Please sign in to comment.