Skip to content

Commit

Permalink
Bump Django to 2.2.*
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jun 27, 2020
1 parent b0451e0 commit 7270370
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage
django==1.11.*
django==2.2.*
django_redis
doc8
gj
Expand Down
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ skip_missing_interpreters=True

[testenv]
deps=
django==1.11.*
mock
pytest==4.6.*
django==2.2.*
pytest
pytest-django
pytest-xdist
commands=python -m pytest
Expand All @@ -28,9 +27,9 @@ env =
DJANGO_SETTINGS_MODULE=tests.settings
PYTHONPATH={PWD}:{PWD}/tests

[testenv:lint]
[testenv:pylint]
deps=
django==1.11.*
django==2.2.*
pylint
commands=pylint diskcache

Expand Down

0 comments on commit 7270370

Please sign in to comment.