Skip to content

Commit 68fedd2

Browse files
committed
add ArchiveDiffer to makefile
1 parent 1629e47 commit 68fedd2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

google_symptoms/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ lint:
1616
. env/bin/activate; pydocstyle $(dir)
1717

1818
test:
19-
. env/bin/activate ; (cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
19+
. env/bin/activate ;
20+
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2021

2122
clean:
2223
rm -rf env
2324
rm -f params.json
25+
26+
run:
27+
env/bin/python -m $(dir)
28+
env/bin/python -m delphi_utils.archive --archive_type s3 --indicator_prefix $(dir)

0 commit comments

Comments
 (0)