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 18:24:30 -04:00
parent c53ef150ad
commit ecfe33b65b
+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: