test env update

This commit is contained in:
adi 2016-08-15 13:36:29 +02:00
parent 3f46bddf21
commit 233e047bed
2 changed files with 7 additions and 10 deletions

View file

@ -3,29 +3,26 @@ sudo: false
matrix:
include:
- python: 2.7
env: DJANGO=django==1.7.*
- python: 2.7
env: DJANGO=django==1.8.*
- python: 2.7
env: DJANGO=django==1.9.*
- python: 2.7
env: DJANGO=django==1.10.*
- python: 3.3
env: DJANGO=django==1.7.*
- python: 3.3
env: DJANGO=django==1.8.*
- python: 3.4
env: DJANGO=django==1.7.*
- python: 3.4
env: DJANGO=django==1.8.*
- python: 3.4
env: DJANGO=django==1.9.*
- python: 3.4
env: DJANGO=django==1.10.*
- python: 3.5
env: DJANGO=django==1.8.*
- python: 3.5
env: DJANGO=django==1.9.*
- python: 3.5
env: DJANGO=django==1.10.*
install:
- pip install $DJANGO

View file

@ -21,9 +21,9 @@ setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',