mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
docs: Annotate commands in contributing.rst
This commit is contained in:
parent
071f3e06f4
commit
89f9b35e1c
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
Travis is slow, so you might want to run them locally too. For this, set up a
|
||||||
virtualenv_ and run this inside of it::
|
virtualenv_ and run this inside of it::
|
||||||
|
|
||||||
make install-test
|
make install-dev # install vdirsyncer from the repo into the virtualenv
|
||||||
make install-style
|
make install-test # install test dependencies
|
||||||
|
make install-style # install dependencies for stylechecking
|
||||||
|
|
||||||
Then you can run::
|
Then you can run::
|
||||||
|
|
||||||
make test
|
make test # The normal testsuite
|
||||||
make style # Stylechecker
|
make style # Stylechecker
|
||||||
|
|
||||||
If you have any questions, feel free to open issues about it.
|
If you have any questions, feel free to open issues about it.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue