Skip to content

Commit

Permalink
fix settings path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Jul 3, 2024
1 parent 3266fdd commit 4aafc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ deps =
dev: -r requirements/dev.txt
commands =
{envpython} --version
base-reqs: coverage run manage.py test --settings=explorer.settings_base --noinput
dev: coverage run manage.py test --settings=explorer.settings --noinput
base-reqs: coverage run manage.py test --settings=explorer.tests.settings_base --noinput
dev: coverage run manage.py test --settings=explorer.tests.settings --noinput
ignore_outcome =
djmain: True
ignore_errors =
Expand Down

0 comments on commit 4aafc56

Please sign in to comment.