Skip to content

Commit 84892c0

Browse files
Apply updates from cookiecutter
This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters
1 parent 044ac34 commit 84892c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $(call help,make db,initialize the DB and upgrade it to the latest migration)
1515
db: args?=upgrade head
1616
db: python
1717
@tox -qe dev --run-command 'python3 -m h.scripts.init_db --create --stamp'
18-
@tox -qe dev --run-command 'alembic $(args)'
18+
@PYTHONPATH=$(CURDIR) TOX_TESTENV_PASSENV=PYTHONPATH tox -qe dev --run-command 'alembic $(args)'
1919

2020
.PHONY: devdata
2121
$(call help,make devdata,load development data and environment variables)

Diff for: tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ setenv =
4040
passenv =
4141
HOME
4242
PYTEST_ADDOPTS
43+
PYTHONPATH
4344
dev: DEBUG
4445
dev: SENTRY_DSN
4546
dev: NEW_RELIC_LICENSE_KEY

0 commit comments

Comments
 (0)