Author: Matti Picus <[email protected]>
Branch:
Changeset: r1051:46954035f3c6
Date: 2017-12-14 19:59 +0200
http://bitbucket.org/pypy/buildbot/changeset/46954035f3c6/
Log: install virtualenv HEAD to get win32 fix from pypa/virtualenv pr
1103
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -486,7 +486,7 @@
factory.addStep(ShellCmd(
description="Install recent virtualenv",
command=prefix + [target, '-mpip', 'install', '--upgrade',
- 'virtualenv'],
+ 'git+git://github.com/pypa/virtualenv@master'],
workdir='venv',
flunkOnFailure=True))
factory.addStep(ShellCmd(
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit