mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-30 09:45:53 +00:00
Remove duplicate command
This commit is contained in:
parent
b61095ad47
commit
b7201013bc
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue