Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Added testing for Django 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Oct 5, 2017
1 parent ad22491 commit b93836d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- TOXENV=py34-django110
- TOXENV=py27-django111
- TOXENV=py34-django111
- TOXENV=py34-django20
matrix:
include:
- python: 3.5
Expand All @@ -18,10 +19,14 @@ matrix:
env: TOXENV=py35-django-110
- python: 3.5
env: TOXENV=py35-django-111
- python: 3.5
env: TOXENV=py35-django-20
- python: 3.5
env: TOXENV=py35-django-master
- python: 3.6
env: TOXENV=py36-django-111
- python: 3.6
env: TOXENV=py36-django-20
- python: 3.6
env: TOXENV=py36-django-master
allow_failures:
Expand Down
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ X.Y.Z (YYYY-MM-DD)
------------------

* Added testing for Python 3.6.
* Confirmed support for Django 2.0.

1.8.0 (2017-02-03)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: BSD License',
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist =
py{27,34,35}-django1{8,9,10,11}
py{34,35,36}-django20
py36-django111
py{35,36}-master

Expand All @@ -18,4 +19,5 @@ deps=
django-19: Django>=1.9a1,<1.10
django-110: Django>=1.10,<1.11
django-111: Django>=1.11a1,<2.0
django-20: Django>=2.0a1,<2.1
django-master: https://github.com/django/django/archive/master.tar.gz

0 comments on commit b93836d

Please sign in to comment.