On Thu, 25 Jul 2013 08:47:03 +0000, Graeme B. Bell wrote: > > Does anyone know how to get the unit tests to run on a local fork, without > doing a complete install of numpy? >
I usually do an in-place build with either bentomaker build -i -j or python setup.py build_ext -i Then export PYTHONPATH=$PYTHONPATH:/path/to/numpy and nosetests numpy Stéfan _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
