makefile: fixed installing vcsserver for tests
This commit is contained in:
parent
41a62fc572
commit
296a407411
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -106,6 +106,7 @@ sdist:
|
||||||
.PHONY: dev-env
|
.PHONY: dev-env
|
||||||
## make dev-env based on the requirements files and install develop of packages
|
## make dev-env based on the requirements files and install develop of packages
|
||||||
dev-env:
|
dev-env:
|
||||||
|
pushd ../rhodecode-vcsserver/ && make dev-env && popd
|
||||||
pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
|
pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue