Skip to content

Commit

Permalink
Upgrade virtualenv pip in Python docgen
Browse files Browse the repository at this point in the history
Also ignore the docgen-generated directories under doc/.
  • Loading branch information
soltanmm-google committed Jul 21, 2016
1 parent ab8dfb8 commit 6f7d422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
src/
2 changes: 2 additions & 0 deletions tools/distrib/python/docgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@

subprocess_arguments_list = [
{'args': ['virtualenv', VIRTUALENV_DIR], 'env': environment},
{'args': [VIRTUALENV_PIP_PATH, 'install', '--upgrade', 'pip'],
'env': environment},
{'args': [VIRTUALENV_PIP_PATH, 'install', '-r', REQUIREMENTS_PATH],
'env': environment},
{'args': [VIRTUALENV_PYTHON_PATH, SETUP_PATH, 'build'], 'env': environment},
Expand Down

0 comments on commit 6f7d422

Please sign in to comment.