[IPython-dev] Testing pull requests

Fernando Perez fperez.net at gmail.com
Wed May 9 19:55:10 EDT 2012


Hey,

On Sat, May 5, 2012 at 6:21 AM, Thomas Kluyver <takowl at gmail.com> wrote:
> The script for testing pull requests is now in master. To use it, find
> the number of the pull request (the last part of the URL), and run:
>
> python tools/test_pr.py 1234

I'm getting this error:

(master)longs[ipython]> python tools/test_pr.py 1710
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named nose
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named nose

Any idea why?  (I do have nose installed).

Cheers,

f



More information about the IPython-dev mailing list