##// END OF EJS Templates
makefile: fixed installing vcsserver for tests
super-admin -
r4967:2c261013 default
parent child Browse files
Show More
@@ -106,6 +106,7 b' sdist:'
106 106 .PHONY: dev-env
107 107 ## make dev-env based on the requirements files and install develop of packages
108 108 dev-env:
109 pushd ../rhodecode-vcsserver/ && make dev-env && popd
109 110 pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
110 111 pip install -e .
111 112
General Comments 0
You need to be logged in to leave comments. Login now