Skip to content
Snippets Groups Projects
Commit 6f7d4221 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Upgrade virtualenv pip in Python docgen

Also ignore the docgen-generated directories under doc/.
parent ab8dfb80
No related branches found
No related tags found
No related merge requests found
build/
src/
...@@ -71,6 +71,8 @@ environment.update({ ...@@ -71,6 +71,8 @@ environment.update({
subprocess_arguments_list = [ subprocess_arguments_list = [
{'args': ['virtualenv', VIRTUALENV_DIR], 'env': environment}, {'args': ['virtualenv', VIRTUALENV_DIR], 'env': environment},
{'args': [VIRTUALENV_PIP_PATH, 'install', '--upgrade', 'pip'],
'env': environment},
{'args': [VIRTUALENV_PIP_PATH, 'install', '-r', REQUIREMENTS_PATH], {'args': [VIRTUALENV_PIP_PATH, 'install', '-r', REQUIREMENTS_PATH],
'env': environment}, 'env': environment},
{'args': [VIRTUALENV_PYTHON_PATH, SETUP_PATH, 'build'], 'env': environment}, {'args': [VIRTUALENV_PYTHON_PATH, SETUP_PATH, 'build'], 'env': environment},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment