From 54e95cff9b768278bd85da269f6d266308d7f07c Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Tue, 5 May 2015 11:09:37 -0500 Subject: [PATCH] Add latest dask to appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 0bd10075..2d1f4761 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,6 +39,7 @@ install: # Install the build and runtime dependencies of the project. - "%CMD_IN_ENV% pip install -v %WHEELHOUSE% -r tools/appveyor/requirements.txt" - "%CMD_IN_ENV% pip install -v -r requirements.txt" + - "%CMD_IN_ENV% pip install git+https://github.com/ContinuumIO/dask --upgrade" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" - ps: "ls dist"