From 12766c1e888301d8c3475dd95dcc830a261367e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 19 Jan 2019 14:17:14 +0000 Subject: [PATCH] Make check no longer exists, update releasing docs. --- docs/releasing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}``