Fix gate-savanna-pep8-trunk

* add sahara-ci-config path to exclude for pep8 checks

Change-Id: I777be2f7544516163a44bc28b6ead8aff6d9acb3
This commit is contained in:
Denis Egorenko 2014-06-20 18:52:16 +04:00
parent 3768bad7d4
commit 43bb65694e

@ -9,5 +9,6 @@ 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