Revision 255cb0f24df63d4ba53450cbd2f65a363e4dadae authored by Matthew Kolopanis on 22 May 2019, 21:47:28 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent bfb14e0
Raw File
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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