Skip to content

Commit 8f6b81b

Browse files
committedJul 21, 2015
remove old wheelhouse garbage [ci skip]
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent dbcd008 commit 8f6b81b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

Diff for: ‎scripts/getwheelhouse.sh

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ for i in $@; do
33
wget https://github.com/getnikola/wheelhouse/archive/v$i'.zip'
44
unzip 'v'$i'.zip'
55
pip install --use-wheel --no-index --find-links=wheelhouse-$i lxml Pillow ipython
6-
# Install Markdown for Python 2.6.
7-
pip install --use-wheel --no-index --find-links=wheelhouse-$i Markdown || true
86
rm -rf wheelhouse-$i 'v'$i'.zip'
97
done

0 commit comments

Comments
 (0)