Remove make install

This commit is contained in:
Markus Unterwaditzer 2015-02-22 18:38:43 +01:00
parent c28bcacdb3
commit 72123f00f0
2 changed files with 2 additions and 5 deletions

View file

@ -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::

View file

@ -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