Skip to content

Commit

Permalink
Run tests against the next Django version
Browse files Browse the repository at this point in the history
Discover issues with the next release early. Only use the latest version
of Python, Django takes care of their supported Python versions.

Reviewed-by: Jon Dufresne
  • Loading branch information
francoisfreitag committed Dec 9, 2020
1 parent d8b241c commit 88b81ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py{36,37,38,39,py3}-django22-alchemy-mongoengine
py{36,37,38,39,py3}-django30-alchemy-mongoengine
py{36,37,38,39,py3}-django31-alchemy-mongoengine
py39-djangomaster-alchemy-mongoengine
docs
examples
linkcheck
Expand All @@ -16,7 +17,8 @@ deps =
django22: Django>=2.2,<2.3
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
django{22,30,31}: Pillow
djangomaster: https://github.com/django/django/archive/master.tar.gz
django{22,30,31,master}: Pillow
alchemy: SQLAlchemy
mongoengine: mongoengine

Expand Down

0 comments on commit 88b81ea

Please sign in to comment.