summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 4ea811de0..d2fd20acb 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -25,13 +25,13 @@ else
cherrypy python-augeas nose-show-skipped
if [[ ${PYVER:0:1} == "2" ]]; then
- pip_wheel cheetah m2crypto guppy
+ pip_wheel m2crypto guppy
fi
if [[ $PYVER == "2.6" ]]; then
- pip_wheel 'django<1.7' 'South<0.8' 'mercurial<4.3'
+ pip_wheel 'django<1.7' 'South<0.8' 'mercurial<4.3' cheetah
else
- pip_wheel django mercurial
+ pip_wheel django mercurial cheetah3
fi
fi
fi