diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-02-03 17:20:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-03 17:20:29 +0000 |
commit | 382b6165756d4c5b2e2617c0454ef44f28ad4ed9 (patch) | |
tree | 7a2e7d81ba3820e7068fc2dbe67be0f5ee463bde | |
parent | 971f13294b2ba4d0d4c1962a484b14e3be155630 (diff) | |
parent | 3ac383bedccb7bff315f870efc463f95b59c35b7 (diff) |
Merge "DOC verify build changed to use now python3 Issue-ID: CIMAN-335 Issue: IT-18845"
-rw-r--r-- | jjb/doc/doc-templates-rtd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/doc/doc-templates-rtd.yaml b/jjb/doc/doc-templates-rtd.yaml index 234a767ca..be97b2943 100644 --- a/jjb/doc/doc-templates-rtd.yaml +++ b/jjb/doc/doc-templates-rtd.yaml @@ -71,7 +71,7 @@ - shell: !include-raw: doc-install-plantuml.sh - shell: | #!/bin/bash - virtualenv $WORKSPACE/venv-tox + python3 -m venv $WORKSPACE/venv-tox source $WORKSPACE/venv-tox/bin/activate pip install --upgrade pip pip install --upgrade tox argparse |