https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 680664d11c73f4afed6837c79aa7e4ff906242b4 authored by Bryna Hazelton on 23 May 2019, 17:43:17 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent b003848
Raw File
Tip revision: 680664d11c73f4afed6837c79aa7e4ff906242b4 authored by Bryna Hazelton on 23 May 2019, 17:43:17 UTC
remove the TODO, content is in an issue
Tip revision: 680664d
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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