From f11f5adc6fe906a9aab2cd7adb963231e310c448 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Sat, 5 Mar 2016 12:06:29 -0500 Subject: [PATCH] BLD: Don't download dependencies on windows conda build --- conda/zipline/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/zipline/bld.bat b/conda/zipline/bld.bat index 87b1481d..ebb1aa4d 100644 --- a/conda/zipline/bld.bat +++ b/conda/zipline/bld.bat @@ -1,4 +1,4 @@ -"%PYTHON%" setup.py install +"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary.