Skip to content

Commit

Permalink
clean up debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert committed Jul 20, 2024
1 parent 727c450 commit 72b5b42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ setenv =
PYTHONWARNINGS = d
DJANGO_SETTINGS_MODULE = tests.testproject.settings
pg2,pg3: DATABASE_URL = {env:DATABASE_URL:postgresql://django_safemigrate:django_safemigrate@localhost/django_safemigrate}
mysql: DATABASE_URL = {env:DATABASE_URL:mysql://django_safemigrate:django_safemigrate@localhost/django_safemigrate}
mysql: DATABASE_URL = {env:DATABASE_URL:mysql://django_safemigrate:django_safemigrate@127.0.0.1/django_safemigrate}
sqlite: DATABASE_URL = {env:DATABASE_URL:sqlite:///:memory:}
commands =
mysql: python -m django shell -c "from django.conf import settings; print(settings.DATABASES)"
python -m coverage run -m pytest {posargs}

[gh-actions]
Expand Down

0 comments on commit 72b5b42

Please sign in to comment.