From eac71fc1109f2edc6b71e62a6cff38d762bebe63 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 25 Sep 2012 11:49:15 -0400 Subject: expanded pylint coverage --- testsuite/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/install.sh') diff --git a/testsuite/install.sh b/testsuite/install.sh index 565e158df..c8312bce9 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -10,8 +10,9 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then if [[ $PYVER == "2.5" ]]; then # markdown 2.2.0 is broken on py2.5, so until 2.2.1 is released use 2.1 pip install --use-mirrors 'markdown<2.2' + pip install --use-mirrors simplejson fi - pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto + pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto yaml else # python < 2.6 requires M2Crypto for SSL communication, not just # for encryption support -- cgit v1.2.3-1-g7c22