mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix inaccuracy of Makefile
This commit is contained in:
parent
86d35c6d69
commit
89119f0cda
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,9 +1,9 @@
|
||||||
# Packagers who want to run the testsuite against an installed vdirsyncer:
|
# Packagers who want to run the testsuite against an installed vdirsyncer:
|
||||||
#
|
#
|
||||||
# - Create a virtualenv
|
# - Create a virtualenv
|
||||||
# - Inside the virtualenv: `make install-test test`
|
|
||||||
# - Somehow link your installation of vdirsyncer into the virtualenv, e.g. by
|
# - Somehow link your installation of vdirsyncer into the virtualenv, e.g. by
|
||||||
# using --system-site-packages when creating the virtualenv
|
# using --system-site-packages when creating the virtualenv
|
||||||
|
# - Inside the virtualenv: `make install-test test`
|
||||||
#
|
#
|
||||||
# The `install-test` target requires internet access. Be aware that vdirsyncer
|
# The `install-test` target requires internet access. Be aware that vdirsyncer
|
||||||
# requires very recent versions of Radicale for the tests to run successfully.
|
# requires very recent versions of Radicale for the tests to run successfully.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue