Merge "Make the pin-pip macro also pin virtualenv"

This commit is contained in:
Jenkins 2016-01-23 02:33:04 +00:00 committed by Gerrit Code Review
commit 255107319b

View File

@ -313,7 +313,7 @@
- builder:
name: pin-pip
builders:
- shell: sudo pip install "pip<8"
- shell: sudo pip install "pip<8" "virtualenv<14"
# note that this job uses an in-repo script for execution
# in order to cater for differing requirements per branch