diff --git a/test.bat b/test.bat new file mode 100644 index 0000000000000..16aa6c9105ec3 --- /dev/null +++ b/test.bat @@ -0,0 +1,3 @@ +:: test on windows + +nosetests --exe -A "not slow and not network and not disabled" pandas %*