From 688e50796749739296642b15e66ca733bb802d6b Mon Sep 17 00:00:00 2001 From: Foo Date: Mon, 19 Oct 2015 22:46:20 +0300 Subject: [PATCH] Install old virtualenvwrapper for 2.6 UCS2 Python --- tests/install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/install.sh b/tests/install.sh index 6c1bbbd0..d9fb48af 100755 --- a/tests/install.sh +++ b/tests/install.sh @@ -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 - pip install virtualenvwrapper + 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