test on final version of django 1.9

This commit is contained in:
Nik Nyby 2015-12-03 21:49:13 -05:00
parent 7df668c6ed
commit 229c1ed73c
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ python:
env:
- DJANGO='https://github.com/django/django/archive/master.tar.gz'
- DJANGO='https://www.djangoproject.com/download/1.9rc1/tarball/'
- DJANGO='django>=1.9.0,<1.10.0'
- DJANGO='django>=1.8.0,<1.9.0'
install:
@ -30,11 +30,11 @@ matrix:
- python: "3.2"
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
- python: "3.2"
env: DJANGO='https://www.djangoproject.com/download/1.9rc1/tarball/'
env: DJANGO='django>=1.9.0,<1.10.0'
- python: "3.3"
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
- python: "3.3"
env: DJANGO='https://www.djangoproject.com/download/1.9rc1/tarball/'
env: DJANGO='django>=1.9.0,<1.10.0'
allow_failures:
- env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
fast_finish: true

View File

@ -45,12 +45,12 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Framework :: Django',
],
include_package_data=True,