mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
test env update
This commit is contained in:
parent
3f46bddf21
commit
233e047bed
2 changed files with 7 additions and 10 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue