Install dask[array] from pypi for travis and appveyor

This commit is contained in:
Blake Griffith
2015-05-18 14:10:01 -05:00
parent a258fc7b3b
commit 9be6424b4b
4 changed files with 3 additions and 2 deletions
-1
View File
@@ -31,7 +31,6 @@ before_install:
- tools/build_versions.py
install:
- pip install git+https://github.com/cowlicks/dask@skimage --upgrade
- python setup.py build_ext --inplace
- python setup.py install
-1
View File
@@ -39,7 +39,6 @@ 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/cowlicks/dask@skimage --upgrade"
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
- ps: "ls dist"
+1
View File
@@ -13,5 +13,6 @@ scipy==0.14.0
cython==0.20.2
matplotlib==1.4.2
pillow==2.6.1
dask[array]>=0.5.0
wheel
nose
+2
View File
@@ -67,6 +67,8 @@ fi
retry pip install -q tifffile
pip install 'dask[array]>=0.5.0'
section_end "Install.optional.dependencies"