We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a6380 commit e237362Copy full SHA for e237362
1 file changed
CONTRIBUTING.rst
@@ -69,8 +69,8 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
69
70
- To test your changes, run unit tests with ``nox``::
71
72
- $ nox -f datastore/nox.py -s "unit(py='2.7')"
73
- $ nox -f datastore/nox.py -s "unit(py='3.4')"
+ $ nox -f datastore/noxfile.py -s unit-2.7
+ $ nox -f datastore/noxfile.py -s unit-3.4
74
$ ...
75
76
.. note::
@@ -151,8 +151,8 @@ Running System Tests
151
152
- To run system tests for a given package, you can execute::
153
154
- $ nox -f datastore/nox.py -s "system(py='3.6')"
155
- $ nox -f datastore/nox.py -s "system(py='2.7')"
+ $ nox -f datastore/noxfile.py -s system-3.6
+ $ nox -f datastore/noxfile.py -s system-2.7
156
157
158
0 commit comments