Use my dask branch instead of master

This commit is contained in:
Blake Griffith
2015-05-19 17:05:49 -05:00
parent ae73d03f5f
commit b2e4468e55
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ before_install:
- tools/build_versions.py
install:
- pip install git+https://github.com/ContinuumIO/dask --upgrade
- pip install git+https://github.com/cowlicks/dask@skimage --upgrade
- python setup.py build_ext --inplace
- python setup.py install
+1 -1
View File
@@ -39,7 +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% pip install git+https://github.com/cowlicks/dask@skimage --upgrade"
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
- ps: "ls dist"