Also use --allow-unverified

This commit is contained in:
ZyX 2014-02-09 01:25:18 +04:00
parent 5e4daed72b
commit 773d6a6600

@ -4,7 +4,7 @@ pip install psutil
if python -c 'import sys; sys.exit(1 * (sys.version_info[0] != 2))' ; then
# Python 2
pip install mercurial
pip install --allow-external bzr bzr
pip install --allow-external bzr --allow-unverified bzr bzr
if python -c 'import sys; sys.exit(1 * (sys.version_info[1] >= 7))' ; then
# Python 2.6
pip install unittest2 argparse