mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove make install
This commit is contained in:
parent
c28bcacdb3
commit
72123f00f0
2 changed files with 2 additions and 5 deletions
|
|
@ -37,7 +37,8 @@ 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
|
make install-test
|
||||||
|
make install-style
|
||||||
|
|
||||||
This will install all dependencies required for the integration tests against
|
This will install all dependencies required for the integration tests against
|
||||||
the latest release of Radicale (a CalDAV server). Then you can run::
|
the latest release of Radicale (a CalDAV server). Then you can run::
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -1,7 +1,3 @@
|
||||||
install:
|
|
||||||
make install-test
|
|
||||||
make install-style
|
|
||||||
|
|
||||||
install-test:
|
install-test:
|
||||||
sh build.sh install_tests
|
sh build.sh install_tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue