summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 16:19:01 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 16:47:49 +0200
commit06638068fb0526c4266fb008aa4a63f2cb578895 (patch)
tree5ff60cd94843e709cd695b673559ffd6648741e3 /testsuite
parentc1dea2a8676c0acdf51b68d0d38d454746bc96d8 (diff)
downloadbcfg2-06638068fb0526c4266fb008aa4a63f2cb578895.tar.gz
bcfg2-06638068fb0526c4266fb008aa4a63f2cb578895.tar.bz2
bcfg2-06638068fb0526c4266fb008aa4a63f2cb578895.zip
testsuite: Bump django version
We should be compatible with django-1.10 now.
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index d8e5079be..1a9f0dcfc 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -26,7 +26,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
if [[ $PYVER != "2.7" ]]; then
pip install 'django<1.7' 'South<0.8'
else
- pip install 'django<1.10'
+ pip install django
fi
fi
fi