Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove old wheelhouse garbage [ci skip]
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 21, 2015
1 parent dbcd008 commit 8f6b81b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/getwheelhouse.sh
Expand Up @@ -3,7 +3,5 @@ for i in $@; do
wget https://github.com/getnikola/wheelhouse/archive/v$i'.zip'
unzip 'v'$i'.zip'
pip install --use-wheel --no-index --find-links=wheelhouse-$i lxml Pillow ipython
# Install Markdown for Python 2.6.
pip install --use-wheel --no-index --find-links=wheelhouse-$i Markdown || true
rm -rf wheelhouse-$i 'v'$i'.zip'
done

0 comments on commit 8f6b81b

Please sign in to comment.