Merge "Adds pip freeze output to pep8 job"

This commit is contained in:
Jenkins 2014-07-31 17:29:28 +00:00 committed by Gerrit Code Review
commit 24c5fee693

View File

@ -26,3 +26,7 @@ set -o pipefail
tox -v -epep8 | tee pep8.txt
set +o pipefail
echo "Begin pip freeze output from test virtualenv:"
echo "======================================================================"
.tox/pep8/bin/pip freeze
echo "======================================================================"