Commit bd705cf88d44fe808254a266061e2a3eaebda3aa
1 parent
c741d358
Exists in
test
Make test_install depend on install
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile
@@ -16,10 +16,10 @@ all: | @@ -16,10 +16,10 @@ all: | ||
16 | 16 | ||
17 | install: | 17 | install: |
18 | virtualenv $(VIRTUALENV_PATH) | 18 | virtualenv $(VIRTUALENV_PATH) |
19 | - pip install . | 19 | + python setup.py install |
20 | virtualenv --relocatable $(VIRTUALENV_PATH) | 20 | virtualenv --relocatable $(VIRTUALENV_PATH) |
21 | 21 | ||
22 | -test_install: install_solr | 22 | +test_install: install install_solr |
23 | pip install flake8 | 23 | pip install flake8 |
24 | 24 | ||
25 | install_solr: | 25 | install_solr: |