Author: mattip <[email protected]>
Branch:
Changeset: r969:0a79c55367c5
Date: 2015-10-21 23:21 +1100
http://bitbucket.org/pypy/buildbot/changeset/0a79c55367c5/
Log: try to start fresh virtualenv each time (untested)
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -919,7 +919,7 @@
self.addStep(ShellCmd(
description='create virtualenv',
haltOnFailure=True,
- command='virtualenv ../venv'))
+ command='virtualenv --clear ../venv'))
# install deps
self.addStep(ShellCmd(
description="install dependencies",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit