diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a8a193be425b..a43141b4eff1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -70,7 +70,7 @@ We use `nox `__ to instrument our tests. - To test your changes, run unit tests with ``nox``:: $ nox -f datastore/noxfile.py -s unit-2.7 - $ nox -f datastore/noxfile.py -s unit-3.4 + $ nox -f datastore/noxfile.py -s unit-3.6 $ ... .. note::