diff --git a/docs/releasing.rst b/docs/releasing.rst index 041343c..ea81f31 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -1,7 +1,7 @@ Releasing steps =============== -* Run ``make check``, ``python3 setup.py nosetests``, ``python2 setup.py nosetests`` +* Run ``python3 setup.py nosetests``, ``python2 setup.py nosetests`` * Update version number in ``setup.py`` and ``CHANGES.rst`` * ``git commit -m "Preparing ${VERSION}"`` * ``git tag -as ${VERSION}``