]> git.ipfire.org Git - thirdparty/jinja.git/commit
ignore coverage parse errors
authorDavid Lord <davidism@gmail.com>
Sat, 20 Jul 2019 20:52:19 +0000 (13:52 -0700)
committerDavid Lord <davidism@gmail.com>
Sat, 20 Jul 2019 20:52:19 +0000 (13:52 -0700)
commit94cecd4892a401dfe57387ed1171867335693b07
tree6a616a27413d5f611ee65ecd251c505c9c366e9a
parentd04d9998d325db0e54d1cfa037542a30a6c8bcd6
ignore coverage parse errors

Azure has Python 2.7.15 and Python 3.5.5, which can't parse async code.
Later patch versions can parse it fine, so this can be removed if
Azure updates.
tox.ini