Skip to content

Commit

Permalink
Upgraded the Django versions we test against
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 30, 2016
1 parent 29d9fc9 commit c019ef3
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 @@ -6,9 +6,9 @@ python:
- "3.5"

env:
- DJANGO_VERSION=1.8.9
- DJANGO_VERSION=1.9.7
- DJANGO_VERSION=1.10a1
- DJANGO_VERSION=1.8.15
- DJANGO_VERSION=1.9.10
- DJANGO_VERSION=1.10.2

install:
- pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def run(self):
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'License :: OSI Approved :: MIT License',
],
)

0 comments on commit c019ef3

Please sign in to comment.