https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9b7022b68c324af1e03acea6858b6df7be561cae authored by Matthew Kolopanis on 15 May 2019, 14:37:12 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent 55b984d
Raw File
Tip revision: 9b7022b68c324af1e03acea6858b6df7be561cae authored by Matthew Kolopanis on 15 May 2019, 14:37:12 UTC
removed unused imports in conftest
Tip revision: 9b7022b
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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