Remove duplicate command

This commit is contained in:
Hugo Osvaldo Barrera 2022-09-20 21:51:31 +02:00
parent b61095ad47
commit b7201013bc

View file

@ -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