Skip to content

Commit

Permalink
Bump Django testing to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Dec 31, 2021
1 parent f3836f9 commit 8da6634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .
blue
coverage
django==2.2.*
django==3.2.*
django_redis
doc8
flake8
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skip_missing_interpreters=True
[testenv]
commands=pytest
deps=
django==2.2.*
django==3.2.*
pytest
pytest-cov
pytest-django
Expand All @@ -31,7 +31,7 @@ allowlist_externals=make
changedir=docs
commands=make html
deps=
django==2.2.*
django==3.2.*
sphinx

[testenv:flake8]
Expand All @@ -53,7 +53,7 @@ deps=mypy
[testenv:pylint]
commands=pylint {toxinidir}/diskcache
deps=
django==2.2.*
django==3.2.*
pylint

[testenv:rstcheck]
Expand Down

0 comments on commit 8da6634

Please sign in to comment.