Re: [Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Nathaniel Smith
On Sun, Jul 8, 2012 at 7:30 PM, Chris Ball wrote: > On Sun, Jul 8, 2012 at 6:52 PM, Nathaniel Smith wrote: >> On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote: >>> Hi, >>> >>> When calling tools/test-installed-numpy.py >>> (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py

Re: [Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Chris Ball
On Sun, Jul 8, 2012 at 6:52 PM, Nathaniel Smith wrote: > On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote: >> Hi, >> >> When calling tools/test-installed-numpy.py >> (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py), >> I can pass options to nose by supplying those option

Re: [Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Nathaniel Smith
On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote: > Hi, > > When calling tools/test-installed-numpy.py > (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py), > I can pass options to nose by supplying those options after "--", eg: > $ python tools/test-installed-numpy.py -- -

[Numpy-discussion] Option parsing: tox and test-installed-numpy.py

2012-07-08 Thread Chris Ball
Hi, When calling tools/test-installed-numpy.py (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py), I can pass options to nose by supplying those options after "--", eg: $ python tools/test-installed-numpy.py -- --with-xunit (which passes "--with-xunit" to nose). NumPy's to