summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/build-jobs.sh
blob: b6b6c65b2f391fd65759815a5fc29400c571cb86 (plain)
1
2
3
4
5
#!/bin/sh
set -e
virtualenv --system-site-packages env
env/bin/pip install tox
env/bin/tox