From e5e1f4201362c2b73b12b2eabc65384897f2f0b1 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Mon, 14 Mar 2016 07:46:40 +0100 Subject: [PATCH] Fix Makefile rule to reference install-test --- docs/packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packaging.rst b/docs/packaging.rst index a86b417..54e9cad 100644 --- a/docs/packaging.rst +++ b/docs/packaging.rst @@ -40,7 +40,7 @@ repository or PyPI package. Trying to e.g. run ``py.test`` directly will require a lot of environment variables to be set (for configuration) and you probably don't want to deal with that. -You can install the testing dependencies with ``make test-install``. You +You can install the testing dependencies with ``make install-test``. You probably don't want this since it will use pip to download the dependencies. Alternatively you can find the testing dependencies in ``test-requirements.txt``, again with lower-bound version requirements.