From 8841b8bf4638417038929bf2c7828098bbce40ad Mon Sep 17 00:00:00 2001 From: Greg Back Date: Thu, 7 Dec 2017 04:39:32 +0000 Subject: [PATCH] Update CONTRIBUTING.rst to include correct Makefile targets. --- CONTRIBUTING.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 472bddaf..bc25810f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -47,7 +47,7 @@ Go to https://github.com/jakubroztocil/httpie and fork the project repository. # Install dev. requirements and also HTTPie (in editable mode # so that the `http' command will point to your working copy): - make + make init Making Changes @@ -71,12 +71,9 @@ Running all tests: .. code-block:: bash - # Run all tests on the current Python interpreter + # Run all tests on the current Python interpreter with coverage make test - # Run all tests on the current Python with coverage - make test-cover - # Run all tests in all of the supported and available Pythons via Tox make test-tox