Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
This automated commit applies the latest updates from our cookiecutters [1] to
this repo.

[1]: https://github.com/hypothesis/cookiecutters
  • Loading branch information
github-actions[bot] committed Feb 6, 2025
1 parent 7a84718 commit 7fb2437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(call help,make db,initialize the DB and upgrade it to the latest migration)
db: args?=upgrade head
db: python
@tox -qe dev --run-command 'python3 -m test_pyramid_app.scripts.init_db --create --stamp'
@tox -qe dev --run-command 'alembic $(args)'
@PYTHONPATH=$(CURDIR) TOX_TESTENV_PASSENV=PYTHONPATH tox -qe dev --run-command 'alembic $(args)'

.PHONY: devdata
$(call help,make devdata,load development data and environment variables)
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ setenv =
passenv =
HOME
PYTEST_ADDOPTS
PYTHONPATH
dev: DEBUG
dev: SENTRY_DSN
dev: NEW_RELIC_LICENSE_KEY
Expand Down

0 comments on commit 7fb2437

Please sign in to comment.