Skip to content

Commit

Permalink
Fix typo (virtulenvs) (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmccutchon authored and theacodes committed Sep 5, 2019
1 parent 360c0e8 commit 87f486a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ By default nox stores virtualenvs in ``./.nox``, however, you can change this us
Skipping everything but install commands
----------------------------------------

There are a couple of cases where it makes sense to have Nox only run ``install`` commands, such as preparing an environment for offline testing or re-creating the same virtulenvs used for testing. You can use ``--install-only`` to skip ``run`` commands.
There are a couple of cases where it makes sense to have Nox only run ``install`` commands, such as preparing an environment for offline testing or re-creating the same virtualenvs used for testing. You can use ``--install-only`` to skip ``run`` commands.

For example, given this Noxfile:

Expand Down Expand Up @@ -356,4 +356,4 @@ fish

.. code-block:: console
register-python-argcomplete --shell fish nox | .
register-python-argcomplete --shell fish nox | .

0 comments on commit 87f486a

Please sign in to comment.