From bd705cf88d44fe808254a266061e2a3eaebda3aa Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sat, 21 Mar 2015 22:12:59 -0300 Subject: [PATCH] Make test_install depend on install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 55eb354..8b50ed8 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ all: install: virtualenv $(VIRTUALENV_PATH) - pip install . + python setup.py install virtualenv --relocatable $(VIRTUALENV_PATH) -test_install: install_solr +test_install: install install_solr pip install flake8 install_solr: -- libgit2 0.21.2