set NUMBA_DEVELOPER_MODE=1 set NUMBA_DISABLE_ERROR_MESSAGE_HIGHLIGHTING=1 set NUMBA_CAPTURED_ERRORS=new_style set PYTHONFAULTHANDLER=1 @rem Check Numba executable is there numba -h @rem Run system info tool numba -s @rem Check test discovery works python -m numba.tests.test_runtests @rem Run the whole test suite python -m numba.runtests -b -m -- %TESTS_TO_RUN% if errorlevel 1 exit 1