Skip to content

Commit e237362

Browse files
McBrainycrwilcox
authored andcommitted
Update instructions for running Nox tests (#6216)
* Update instructions for running Nox tests
1 parent 92a6380 commit e237362

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
6969

7070
- To test your changes, run unit tests with ``nox``::
7171

72-
$ nox -f datastore/nox.py -s "unit(py='2.7')"
73-
$ nox -f datastore/nox.py -s "unit(py='3.4')"
72+
$ nox -f datastore/noxfile.py -s unit-2.7
73+
$ nox -f datastore/noxfile.py -s unit-3.4
7474
$ ...
7575

7676
.. note::
@@ -151,8 +151,8 @@ Running System Tests
151151

152152
- To run system tests for a given package, you can execute::
153153

154-
$ nox -f datastore/nox.py -s "system(py='3.6')"
155-
$ nox -f datastore/nox.py -s "system(py='2.7')"
154+
$ nox -f datastore/noxfile.py -s system-3.6
155+
$ nox -f datastore/noxfile.py -s system-2.7
156156

157157
.. note::
158158

0 commit comments

Comments
 (0)