Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r786:8b26b8d7aba3
Date: 2013-04-16 14:47 -0400
http://bitbucket.org/pypy/buildbot/changeset/8b26b8d7aba3/

Log:    also un-force this one to python

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -80,7 +80,7 @@
     platform="win32",
     lib_python=True,
     app_tests=True,
-    interpreter='python')
+    )
 
 jit_translation_args = ['-Ojit']
 
@@ -136,7 +136,6 @@
     lib_python=True,
     pypyjit=True,
     app_tests=True,
-    interpreter='pypy', 
     )
 
 pypyJITTranslatedTestFactoryFreeBSD = pypybuilds.Translated(
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to