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