diff --git a/docs/contributing.rst b/docs/contributing.rst index 3bb6068..c4f661d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -79,7 +79,7 @@ For many patches, it might suffice to just let CI run the tests. However, CI is slow, so you might want to run them locally too. For this, set up a virtualenv_ and run this inside of it:: - # install: + # Install development dependencies, including: # - vdirsyncer from the repo into the virtualenv # - stylecheckers (flake8) and code formatters (autopep8) make install-dev @@ -87,9 +87,6 @@ virtualenv_ and run this inside of it:: # Install git commit hook for some extra linting and checking pre-commit install - # Install development dependencies - make install-dev - Then you can run:: make test # The normal testsuite