Add latest dask to .travis.yml

This commit is contained in:
Blake Griffith
2015-05-05 11:07:46 -05:00
parent 72091a8818
commit bf3bb8d045
+1
View File
@@ -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