Revision d191a11f261f568451bba595309d04b56cd8515c authored by Matthew Kolopanis on 21 May 2019, 21:17:52 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent 680664d
Raw File
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

[tool:pytest]
addopts = --ignore=scripts
back to top