Skip to content

Commit

Permalink
Add Python 3.8 testing and support with Django 2.2.8 and Django 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Jan 7, 2020
1 parent 6de0894 commit 8ee08a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ matrix:
- python: "3.8"
arch: arm64
env: TOX_ENV=py38
- python: "3.8"
arch: arm64
env: TOX_ENV=py38-with-django22
- python: "3.8"
arch: arm64
env: TOX_ENV=py38-with-django30
- python: "3.8"
arch: arm64
env: TOX_ENV=py38-with-tornado-falcon
Expand All @@ -146,6 +152,10 @@ matrix:
env: TOX_ENV=py38-with-werkzeug
- python: "3.8"
env: TOX_ENV=py38
- python: "3.8"
env: TOX_ENV=py38-with-django22
- python: "3.8"
env: TOX_ENV=py38-with-django30
- python: "3.8"
env: TOX_ENV=py38-with-tornado-falcon
- python: "3.8"
Expand Down
14 changes: 14 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ envlist=
py37-with-tornado-falcon,
py37-with-werkzeug,
py38,
py38-with-django22,
py38-with-django30,
py38-with-tornado-falcon,
py38-with-werkzeug,
py3-with-webob,
Expand Down Expand Up @@ -185,6 +187,18 @@ deps =
[testenv:py38]
basepython=python3.8

[testenv:py38-with-django22]
basepython=python3.8
deps =
-r{toxinidir}/requirements-dev.txt
django>=2.2.8,<2.3

[testenv:py38-with-django30]
basepython=python3.8
deps =
-r{toxinidir}/requirements-dev.txt
django>=3.0,<3.1

[testenv:py38-with-tornado-falcon]
basepython=python3.8
deps =
Expand Down

0 comments on commit 8ee08a5

Please sign in to comment.