From 72123f00f05b48fc93cb9c68a632902cf4416e42 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 22 Feb 2015 18:38:43 +0100 Subject: [PATCH] Remove make install --- CONTRIBUTING.rst | 3 ++- Makefile | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bc4b28c..e2f41b9 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 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 the latest release of Radicale (a CalDAV server). Then you can run:: diff --git a/Makefile b/Makefile index a74a243..425e942 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,3 @@ -install: - make install-test - make install-style - install-test: sh build.sh install_tests