Skip to content

Commit

Permalink
Test Django 2.2 with Python 3.8
Browse files Browse the repository at this point in the history
Support was added in 2.2.8.
  • Loading branch information
jdufresne committed Dec 4, 2019
1 parent 8c78fa7 commit ceb65b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ matrix:
env: TOXENV=py36-django22
- python: 3.7
env: TOXENV=py37-django22
- python: 3.8
env: TOXENV=py38-django22
- python: 3.6
env: TOXENV=py36-django30
- python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist =
flake8
isort
py{35,36,37}-django111
py{35,36,37}-django22
py{35,36,37,38}-django22
py{36,37,38}-django30
py{36,37,38}-djangomaster
docs
Expand Down

0 comments on commit ceb65b7

Please sign in to comment.