Skip to content

Commit

Permalink
tox.ini: Use latest stable Django during coverage recording
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Dec 23, 2021
1 parent e990a17 commit f5551fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -25,7 +25,7 @@ setenv = {[base]setenv}
[testenv:py310-coverage]
deps =
{[base]deps}
django==3.0
django
coverage
commands =
coverage run --source easy_select2 -m py.test tests
Expand Down

0 comments on commit f5551fd

Please sign in to comment.