From 45aa61f1a2d14c585306c4e4689e4a2d791f5ad0 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Thu, 3 Sep 2015 10:49:25 -0400 Subject: [PATCH] TST: add windows test.bat --- test.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.bat 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 %*