From bf3bb8d0450f6995dc4b2ee312e23864e31edb26 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Tue, 5 May 2015 11:07:46 -0500 Subject: [PATCH] Add latest dask to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 14dd7c30..ae56bcda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ before_install: - tools/build_versions.py install: + - pip install git+https://github.com/ContinuumIO/dask --upgrade - python setup.py build_ext --inplace - python setup.py install