Revision 42d297d2201f8b5bf57cfa078a4304109356a244 authored by Matthew Kolopanis on 28 May 2019, 22:12:54 UTC, committed by Bryna Hazelton on 29 May 2019, 19:54:58 UTC
1 parent ce716b5
Raw File
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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