From ecfe33b65b33e0cc18c431dbfeb0ce6bcadd43c5 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 17 Aug 2016 18:24:30 -0400 Subject: [PATCH] BLD: Ignore numpy_utils.py doctests on windows. They fail because of 32/64-bit issues. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c3ba6ea9..1e4fce96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -101,7 +101,7 @@ install: - pip freeze | sort test_script: - - nosetests + - nosetests -e zipline.utils.numpy_utils - flake8 zipline tests branches: