Update Django version to 1.11 in Travis and setup files

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2017-10-11 10:01:24 +05:30
parent d0fb12b627
commit 24b1ab47ce
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ sudo: required
language: generic
env:
- DJANGO_VERSION=">=1.10.0"
- DJANGO_VERSION=">=1.11.0"
# Debian packages required
before_install:

View File

@ -210,7 +210,7 @@ setuptools.setup(
install_requires=[
'cherrypy >= 3.0',
'configobj',
'django >= 1.10.0',
'django >= 1.11.0',
'django-bootstrap-form',
'django-stronghold',
'psutil',