Skip to content

Commit

Permalink
Run tests with Django 3.1 and Python 3.8, too
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 1, 2020
1 parent 1640180 commit 8cbcd91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ sudo: false
language: python
cache: pip
python:
- 3.7
- 3.8
matrix:
fast_finish: true
include:
- python: 3.7
- python: 3.8
env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
- python: 3.8
env: REQ="Django>=3.1,<3.2"
- python: 3.7
env: REQ="Django>=3.1,<3.2"
- python: 3.6
env: REQ="Django>=3.1,<3.2"
- python: 3.7
env: REQ="Django>=3.0,<3.1"
- python: 3.6
Expand All @@ -31,7 +37,7 @@ matrix:
env: REQ="Django>=1.11,<2.0"
- python: 3.4
env: REQ="Django>=1.11,<2.0"
- python: 3.7
- python: 3.8
env: REQ="black flake8"
install:
- pip install black flake8
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Next version
cannot be deserialized and/or rendered.
* Worked around changes in the initialization of change forms in the
administration interface.
* Added Django 3.1 and Python 3.8 to the Travis CI matrix.


0.16
Expand Down

0 comments on commit 8cbcd91

Please sign in to comment.