From 45d615a281a24d06e63e94d1ea2cdace4d5c020e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 17 Aug 2016 14:46:16 +0200 Subject: travis-ci: Bump django dependency --- testsuite/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/install.sh') diff --git a/testsuite/install.sh b/testsuite/install.sh index c8087d3cc..fc08ac70c 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -16,9 +16,9 @@ fi if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then sudo apt-get install -y yum libaugeas0 augeas-lenses libacl1-dev libssl-dev - pip install PyYAML pyinotify boto pylibacl 'django<1.5' \ - Jinja2 mercurial guppy + pip install PyYAML pyinotify boto pylibacl django Jinja2 mercurial guppy easy_install https://fedorahosted.org/released/python-augeas/python-augeas-0.4.1.tar.gz + if [[ ${PYVER:0:1} == "2" ]]; then # django supports py3k, but South doesn't, and the django bits # in bcfg2 require South -- cgit v1.2.3-1-g7c22