Bug 1037464 - Upgrade virtualenv to 1.11.6 because of installation issue [bustage fix]. r=ahal a=testonly DONTBUILD

This commit is contained in:
Henrik Skupin 2014-07-11 17:39:20 +02:00
parent d32075887c
commit 275709522a

View File

@ -38,7 +38,7 @@ See runtps --help for all options
# Link to the folder, which contains the zip archives of virtualenv
URL_VIRTUALENV = 'https://codeload.github.com/pypa/virtualenv/zip/'
VERSION_VIRTUALENV = '1.10.1'
VERSION_VIRTUALENV = '1.11.6'
if sys.platform == 'win32':