mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix Makefile rule to reference install-test
This commit is contained in:
parent
dac6295376
commit
e5e1f42013
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ repository or PyPI package. Trying to e.g. run ``py.test`` directly will
|
|||
require a lot of environment variables to be set (for configuration) and you
|
||||
probably don't want to deal with that.
|
||||
|
||||
You can install the testing dependencies with ``make test-install``. You
|
||||
You can install the testing dependencies with ``make install-test``. You
|
||||
probably don't want this since it will use pip to download the dependencies.
|
||||
Alternatively you can find the testing dependencies in
|
||||
``test-requirements.txt``, again with lower-bound version requirements.
|
||||
|
|
|
|||
Loading…
Reference in a new issue