Install newer version of tox in virtualenv
[releng/builder.git] / jjb / sfc / sfc-python.yaml
index 483e81a79adbf6114180c859adcd75b58136f9d4..b123316af5b23fcf86951a4939eb23f327480735 100644 (file)
@@ -49,7 +49,8 @@
     wrappers:
         - build-timeout
         - ssh-agent-credentials:
-            user: '{ssh-credentials}'
+            users:
+                - '{ssh-credentials}'
 
     triggers:
         - gerrit:
 
     builders:
         - shell: |
+            virtualenv $WORKSPACE/venv-tox
+            source $WORKSPACE/venv-tox/bin/activate
+            pip install tox argparse
+            tox --version
             cd sfc-py
             tox