Drop Django 1.7 support

This commit is contained in:
Dwayne Bailey
2016-08-08 14:56:24 +01:00
parent a3fe961522
commit fd4c4f5296
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
language: python
env:
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
@@ -11,8 +10,6 @@ python:
- "3.5"
matrix:
exclude:
- python: "3.5"
env: "DJANGO_VERSION=1.7"
- python: "3.3"
env: "DJANGO_VERSION=1.9"
- python: "3.3"

View File

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