Skip to content

Commit

Permalink
Add official support for Django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Aug 4, 2016
1 parent 305b976 commit 9b3db2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django<1.11"
- DJANGO="Django>=1.10,<1.11"
- DJANGO=https://github.com/django/django/archive/master.tar.gz

matrix:
Expand All @@ -18,9 +18,9 @@ matrix:
- python: "3.3"
env: DJANGO="Django>=1.9,<1.10"
- python: "3.2"
env: DJANGO="Django<1.11"
env: DJANGO="Django>=1.10,<1.11"
- python: "3.3"
env: DJANGO="Django<1.11"
env: DJANGO="Django>=1.10,<1.11"
- python: "3.2"
env: DJANGO=https://github.com/django/django/archive/master.tar.gz
- python: "3.3"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 9b3db2b

Please sign in to comment.