Install old virtualenvwrapper for 2.6 UCS2 Python

This commit is contained in:
Foo 2015-10-19 22:46:20 +03:00
parent c4b4097b0c
commit 688e507967
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,11 @@ checkout_cached_dir git://github.com/powerline/deps tests/bot-ci/deps
mkdir -p "$HOME/opt"
if test -n "$USE_UCS2_PYTHON" ; then
if test "$UCS2_PYTHON_VARIANT" = "2.6" ; then
pip install 'virtualenvwrapper==4.6.0'
else
pip install virtualenvwrapper
fi
set +e
. virtualenvwrapper.sh
set -e