BLD: Don't download dependencies on windows conda build

This commit is contained in:
Richard Frank
2016-03-05 12:06:29 -05:00
parent e6d91e2858
commit f11f5adc6f
+1 -1
View File
@@ -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.