##// END OF EJS Templates
skip a failing test on windows...
skip a failing test on windows soon, the cython magic will move into its own repo and this can be dealt with properly, but most windows installs will not have a compiler available out-of-the-box, so it's safer just to skip this altogether

File last commit:

r2058:7e8fc59a
r11854:6a630aa8
Show More
irunner
9 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython.lib import irunner
irunner.main()