From: Alfredo Deza Date: Wed, 17 Feb 2016 14:34:36 +0000 (-0500) Subject: create a build script that runs tox X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=82c06bcf36d7c5abdfac347fcd5b1e9acfb5843d;p=ceph-build.git create a build script that runs tox Signed-off-by: Alfredo Deza --- diff --git a/ceph-installer-pull-requests/build/build b/ceph-installer-pull-requests/build/build new file mode 100644 index 00000000..fda0cd99 --- /dev/null +++ b/ceph-installer-pull-requests/build/build @@ -0,0 +1,7 @@ +#!/bin/bash + +# the following two methods exist in scripts/build_utils.sh +pkgs=( "tox" ) +install_python_packages "pkgs[@]" + +$VENV/tox -rv