From 260ed3e5d8895bf74f7433b73c9e7c6e2fa9ee3b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 23 Mar 2017 21:20:47 +0100 Subject: testsuite: Django should work on Python3, too --- testsuite/install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testsuite/install.sh') diff --git a/testsuite/install.sh b/testsuite/install.sh index 604872a5e..076d91a4c 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -25,12 +25,12 @@ else if [[ ${PYVER:0:1} == "2" ]]; then pip_wheel cheetah m2crypto - - if [[ $PYVER != "2.7" ]]; then - pip_wheel 'django<1.7' 'South<0.8' - else - pip_wheel django - fi + fi + + if [[ $PYVER == "2.6" ]]; then + pip_wheel 'django<1.7' 'South<0.8' + else + pip_wheel django fi fi fi -- cgit v1.2.3-1-g7c22