Enable Django 1.10 testing

This commit is contained in:
Dwayne Bailey
2016-08-08 14:52:44 +01:00
parent 81f918c1cb
commit a3fe961522
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ env:
- DJANGO_VERSION=1.7 - DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8 - DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9 - DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
python: python:
- "2.7" - "2.7"
- "3.3" - "3.3"
@@ -14,6 +15,8 @@ matrix:
env: "DJANGO_VERSION=1.7" env: "DJANGO_VERSION=1.7"
- python: "3.3" - python: "3.3"
env: "DJANGO_VERSION=1.9" env: "DJANGO_VERSION=1.9"
- python: "3.3"
env: "DJANGO_VERSION=1.10"
install: install:
- pip install django==$DJANGO_VERSION --use-mirrors - pip install django==$DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors - pip install . --use-mirrors

View File

@@ -16,7 +16,7 @@ setup(
packages = find_packages(), packages = find_packages(),
install_requires = [ install_requires = [
"sphinx-me >= 0.1.2", "sphinx-me >= 0.1.2",
"django >= 1.7, < 1.10", "django >= 1.7, < 1.11",
], ],
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",