Skip to content

Commit 763e806

Browse files
Updated setup.py info and travis yml info
1 parent 5e1ea0f commit 763e806

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ env:
2626
- DJANGO_VERSION=1.10.* DJANGO_REST_VERSION=3.4.*
2727
- DJANGO_VERSION=1.10.* DJANGO_REST_VERSION=3.5.*
2828
- DJANGO_VERSION=1.10.* DJANGO_REST_VERSION=3.6.*
29+
- DJANGO_VERSION=1.11.* DJANGO_REST_VERSION=3.4.*
30+
- DJANGO_VERSION=1.11.* DJANGO_REST_VERSION=3.5.*
31+
- DJANGO_VERSION=1.11.* DJANGO_REST_VERSION=3.6.*
2932
cache:
3033
directories:
3134
- $HOME/.cache/pip

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'Framework :: Django :: 1.8',
2626
'Framework :: Django :: 1.9',
2727
'Framework :: Django :: 1.10',
28+
'Framework :: Django :: 1.11',
2829
'Intended Audience :: Developers',
2930
'License :: OSI Approved :: BSD License',
3031
'Operating System :: OS Independent',
@@ -34,6 +35,7 @@
3435
'Programming Language :: Python :: 3',
3536
'Programming Language :: Python :: 3.4',
3637
'Programming Language :: Python :: 3.5',
38+
'Programming Language :: Python :: 3.6',
3739
'Topic :: Internet :: WWW/HTTP',
3840
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
3941
],

0 commit comments

Comments
 (0)