Skip to content

Commit

Permalink
Install dask dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 12, 2015
1 parent 0790dd3 commit 5093c88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/drone_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,19 @@ retry () {
sudo apt-get install python-numpy python-scipy python-networkx cython \
python-six python-tk

export PYTHONWARNINGS="ignore"

virtualenv -p python --system-site-packages ~/venv
source ~/venv/bin/activate

retry pip install --upgrade setuptools pip
retry pip install wheel flake8 coveralls nose

retry pip install dask[array]
retry pip install $WHEELHOUSE -r requirements.txt

export PYTHONWARNINGS="default"

# clean up disk space
sudo apt-get clean
sudo rm -rf /tmp/*
Expand Down

0 comments on commit 5093c88

Please sign in to comment.