File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments