Commit 6f1b3f96 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Tweak Python 2.5 support

parent 9393ed40
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ else
  echo "**> creating virtualenv"
  ${VIRTUALENV} .env
fi
curl -k https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py | python -

curl -k https://bitbucket.org/pypa/setuptools/raw/bootstrap-py24/ez_setup.py | python -
if test "$py_version" = "2.5"; then
  # pip 1.3 is the last release with Python 2.5 support
  hash -r