From 8ae3d2aeaff2c104dc7ada0aa29c419f485eb9f3 Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 8 Dec 2014 08:42:08 +0300 Subject: [PATCH] Fix typo in install.sh --- tests/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install.sh b/tests/install.sh index 42ef7650..fb1e8266 100755 --- a/tests/install.sh +++ b/tests/install.sh @@ -4,7 +4,7 @@ pip install psutil netifaces if python -c 'import sys; sys.exit(1 * (sys.version_info[0] != 2))' ; then # Python 2 if python -c 'import platform, sys; sys.exit(1 - (platform.python_implementation() == "CPython"))' ; then - # PyPy + # CPython pip install mercurial pip install --allow-external bzr --allow-unverified bzr bzr fi