sahara-ci-config/slave-scripts/gate-sahara-pep8-trunk.sh

15 lines
486 B
Bash
Raw Normal View History

#!/bin/bash -xe
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack sahara
set -o pipefail
# replace hacking with master tarball
sed -i '/^hacking/d' test-requirements.txt
echo -e "-f http://tarballs.openstack.org/hacking/hacking-master.tar.gz#egg=hacking-master\nhacking==master\n$(cat test-requirements.txt)" > test-requirements.txt
sed -i '/^ignore/d' tox.ini
sed -ie 's/\(^exclude.*\)/\1,*sahara-ci-config*/' tox.ini
tox -v -epep8 -- --statistics | tee pep8.txt