[pypy-commit] buildbot default: oh crap python 2.7 required

fijal noreply at buildbot.pypy.org
Tue Jan 24 10:36:46 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r615:af2f8bedb39e
Date: 2012-01-24 11:36 +0200
http://bitbucket.org/pypy/buildbot/changeset/af2f8bedb39e/

Log:	oh crap python 2.7 required

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -342,7 +342,8 @@
         if host == 'tannit':
             self.addStep(ShellCmd(
                 description="measure numpy compatibility",
-                command=['python', 'build/pypy/module/micronumpy/tool/numready.py',
+                command=[pypy_c_rel,
+                         'build/pypy/module/micronumpy/tool/numready.py',
                          pypy_c_rel, 'numpy-compat.html'],
                 workdir="."))
             resfile = os.path.expanduser("~/numpy_compat/%(got_revision)s.html")


More information about the pypy-commit mailing list