[IPython-dev] Testing pull requests

Thomas Kluyver takowl at gmail.com
Thu May 10 05:39:28 EDT 2012


On 10 May 2012 01:17, Fernando Perez <fperez.net at gmail.com> wrote:
> Obviously it does work, since I can run the test suite myself just
> fine.  Any thoughts?

If you make a script with these contents:

import subprocess
subprocess.check_call(['python2.7', '-c', 'import nose'])

What do you get from running it (with no virtualenv active)? That
should be precisely the test it uses to check whether Python 2.7 is
available.

Thomas



More information about the IPython-dev mailing list