Skip to content

Commit

Permalink
Drop support for Django 1.8, officialize support for Django 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Apr 4, 2017
1 parent a6bc509 commit 129e599
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ language: python
python: "3.6"

env:
- TOXENV=py27-django18
- TOXENV=py27-django110
- TOXENV=py27-django111
- TOXENV=py34-django18
- TOXENV=py34-django110
- TOXENV=py34-django111
- TOXENV=py36-django111
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ single messages.
Dependencies
------------
- Python 2.7 or 3.4+
- Django 1.8, or 1.10+
- For the API module, Django REST Framework 3.5 is required.
- Django 1.10+
- For the API module, Django REST Framework 3.5+ is required.

Setup
-----
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Framework :: Django
Framework :: Django :: 1.8
Framework :: Django :: 1.10

Framework :: Django :: 1.11

[options]
packages = find:
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py27-django{18,110,111},
py34-django{18,110,111},
py27-django{110,111},
py34-django{110,111},
py36-django{111,master},
flake8

Expand All @@ -15,9 +15,8 @@ deps=
pytest-django
mock
djangorestframework>=3.5
django18: Django>=1.8,<1.9
django110: Django>=1.10,<1.11
django111: Django>=1.11b1,<2.0
django111: Django>=1.11,<2.0
djangomaster: https://github.com/django/django/archive/master.tar.gz
apns2>=0.2.1

Expand Down

0 comments on commit 129e599

Please sign in to comment.