Updated test suite and setup file for Django 1.9 release

This commit is contained in:
Johannes Hoppe 2015-12-02 18:57:28 +01:00
parent 4defb8112b
commit 6c5e2036ca
2 changed files with 3 additions and 5 deletions

View file

@ -8,14 +8,12 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
env:
global:
- DISPLAY=:99.0
matrix:
- DJANGO="Django<1.8,>=1.7"
- DJANGO="Django<1.9,>=1.8"
- DJANGO="Django<1.10,>=1.9"
- DJANGO="-e git+https://github.com/django/django.git@master#egg=Django"
matrix:
fast_finish: true

View file

@ -59,9 +59,9 @@ setup(
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Framework :: Django :: 1.7",
"Framework :: Django :: 1.8",
"Framework :: Django",
"Framework :: Django :: 1.8",
"Framework :: Django :: 1.9",
],
install_requires=[
'django-appconf>=0.6.0',