BLD: Ignore numpy_utils.py doctests on windows.

They fail because of 32/64-bit issues.
This commit is contained in:
Scott Sanderson
2016-08-17 19:48:33 -04:00
parent 659ba57d4b
commit 6006aedeef
+1 -1
View File
@@ -101,7 +101,7 @@ install:
- pip freeze | sort
test_script:
- nosetests
- nosetests -e zipline.utils.numpy_utils
- flake8 zipline tests
branches: