Hi everyone. I've just pushed in an improvement to sympy-bot that lets you specify the test command used. This lets you run the tests using a different version of Python than the default. To use it, do something like
./sympy-bot -t "python2.5 setup.py test" review 123 And this will run the tests in Python 2.5 (the default test command is "python setup.py test"). I recommend that everyone run the tests in Python 2.5 by default, as this is the platform most likely to have test failures. To do this, you can create a file called ~/.sympy/sympy-bot.conf (if it doesn't already exist), and add the line testcommand = "python2.5 setup.py test" See also the configuration section of https://github.com/sympy/sympy-bot/blob/master/README.rst. This should also make it easier to do things like "run this test in Python 2.x in yy-bit with/without gmpy". Aaron Meurer -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
