summaryrefslogtreecommitdiff
path: root/tools/patch_tox_venv.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/patch_tox_venv.py')
-rw-r--r--tools/patch_tox_venv.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/patch_tox_venv.py b/tools/patch_tox_venv.py
index ee8f53c..52b724c 100644
--- a/tools/patch_tox_venv.py
+++ b/tools/patch_tox_venv.py
@@ -41,8 +41,9 @@ def main(argv):
project = 'oslo'
install = install_venv.InstallVenv(root, venv, pip_requires, test_requires,
py_version, project)
- #NOTE(dprince): For Tox we only run post_process (which patches files, etc)
+ # NOTE(dprince): For Tox we only run post_process, which patches files, etc
install.post_process()
+
if __name__ == '__main__':
main(sys.argv)