mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-17 01:21:06 +00:00
Updated test suite and setup file for Django 1.9 release
This commit is contained in:
parent
4defb8112b
commit
6c5e2036ca
2 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue