From 89f9b35e1c62186904f704b42bf4db3feb60c03e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 15 Mar 2016 20:36:53 +0100 Subject: [PATCH] docs: Annotate commands in contributing.rst --- docs/contributing.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index dbdce49..06aba9e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -43,12 +43,13 @@ For many patches, it might suffice to just let Travis run the tests. However, Travis is slow, so you might want to run them locally too. For this, set up a virtualenv_ and run this inside of it:: - make install-test - make install-style + make install-dev # install vdirsyncer from the repo into the virtualenv + make install-test # install test dependencies + make install-style # install dependencies for stylechecking Then you can run:: - make test + make test # The normal testsuite make style # Stylechecker If you have any questions, feel free to open issues about it.