From d9011f8b87641dce19bd71c32edadbb4b1ece307 Mon Sep 17 00:00:00 2001 From: Deepshikha Khandelwal Date: Mon, 2 Mar 2020 10:49:05 +0530 Subject: Run tox for build jobs in python3 environment Change-Id: I02e0e8c8d51efcca07a56b12ee2c3e0a1c12fe53 --- build-gluster-org/scripts/build-jobs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-gluster-org/scripts/build-jobs.sh b/build-gluster-org/scripts/build-jobs.sh index 0386c8b..b6b6c65 100644 --- a/build-gluster-org/scripts/build-jobs.sh +++ b/build-gluster-org/scripts/build-jobs.sh @@ -1,6 +1,5 @@ #!/bin/sh set -e -source /opt/rh/python27/enable || true virtualenv --system-site-packages env env/bin/pip install tox env/bin/tox -- cgit