Files @ 23e1ed7cee08
Branch filter:

Location: NPO-Accounting/conservancy_beancount/tox.ini

Brett Smith
Revert "meta_receipt: Don't check chargebacks. RT#10978."

This reverts commit 6aadb740e619d19352370a992b46e54268f48033.
This is supposed to be done in meta_approval, not meta_receipt.
[tox]
envlist = py36,py37

[testenv]
# Beancount includes type declarations but not the `py.typed` flag file mypy
# is looking for to know that. Create it ourselves.
commands_pre = python -c 'import beancount, pathlib; pathlib.Path(beancount.__file__).with_name("py.typed").touch()'

commands =
  ./setup.py test
  ./setup.py typecheck