Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r962:0371f3d2234a
Date: 2015-09-22 15:17 +0200
http://bitbucket.org/pypy/buildbot/changeset/0371f3d2234a/

Log:    Run py3.3 nightly instead of py3k

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -286,10 +286,10 @@
             NUMPY_WIN,                  # on allegro_win32, SalsaSalsa
         ]),
 
-        Nightly("nightly-2-00-py3k", [
+        Nightly("nightly-3-00-py3.3", [
             LINUX64,                   # on speed-old, uses all cores
             APPLVLLINUX64,             # on speed-old, uses 1 core
-            ], branch="py3k", hour=2, minute=0),
+            ], branch="py3.3", hour=3, minute=0),
 
         # this one has faithfully run every night even though the latest
         # change to that branch was in January 2013.  Re-enable one day.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to