Skip to content

Commit

Permalink
Merge pull request #631 from streeter/django-22
Browse files Browse the repository at this point in the history
Start of adding tests for django 2.2
  • Loading branch information
paltman authored Nov 26, 2021
2 parents 990216f + 6a1fd58 commit 915932f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pinax/stripe/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.messages",
"django.contrib.sessions",
"django.contrib.sites",
"jsonfield",
Expand Down Expand Up @@ -52,6 +53,7 @@
"django.template.context_processors.static",
"django.template.context_processors.tz",
"django.template.context_processors.request",
"django.contrib.messages.context_processors.messages",
],
},
}]
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ envlist =
py27-dj{18,110,111}
py34-dj{18,110,111,20}
py35-dj{18,110,111,20}
py36-dj{111,20}
py36-dj{111,20,21,22}

[testenv]
extras = testing
Expand All @@ -37,6 +37,8 @@ deps =
dj110: Django>=1.10,<1.11
dj111: Django>=1.11a1,<2.0
dj20: Django<2.1
dj21: Django>=2.1,<2.2
dj22: Django>=2.2,<2.3
master: https://github.com/django/django/tarball/master
postgres: psycopg2-binary
usedevelop = True
Expand Down

0 comments on commit 915932f

Please sign in to comment.