summaryrefslogtreecommitdiffstats
path: root/jjb/doc
diff options
context:
space:
mode:
authorandreasgeissler <andreas-geissler@telekom.de>2020-02-03 08:52:15 +0100
committerandreasgeissler <andreas-geissler@telekom.de>2020-02-03 09:05:27 +0100
commit3ac383bedccb7bff315f870efc463f95b59c35b7 (patch)
tree8b520ef839b6a9954edd59385766efc1a6185ecf /jjb/doc
parent14f7fc04f23c4867e1d853805bf66501202aae95 (diff)
DOC verify build changed to use now python3
Issue-ID: CIMAN-335 Issue: IT-18845 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I6ef362fd210a6b57afc8c5f4f5b77f1951f6f0f2
Diffstat (limited to 'jjb/doc')
-rw-r--r--jjb/doc/doc-templates-rtd.yaml2
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