Skip to content

Commit

Permalink
Fix tox format
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 19, 2023
1 parent 0f81da6 commit d150afc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ envlist =
fmt, lint, mypy,
django-checks,
postgres,
py310-django{32,40,41,42,main}
py311-django{32,40,41,42,main}
py{310,311}-django{32,40,41,42,main}

[testenv]
deps =
Expand All @@ -23,9 +22,6 @@ deps =
commands =
pytest --cov=anonymiser --verbose --ds={env:DJANGO_SETTINGS_MODULE} tests/

commands =
pytest --verbose -s --ds=tests.settings_postgres tests/

[testenv:django-checks]
description = Django system checks and missing migrations
deps = Django
Expand Down

0 comments on commit d150afc

Please sign in to comment.