summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/glusto-lint.sh
blob: b9779965eb87a5a2a7c80546a4ed8976343826f1 (plain)
1
2
3
4
5
6
#!/bin/sh
set -e
source /opt/rh/python27/enable
virtualenv --system-site-packages env
env/bin/pip install flake8
env/bin/flake8