https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 30658fe27cad565205ffbdfdea7441b5635cb322 authored by Bryna Hazelton on 06 May 2019, 17:46:42 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 0e705ac
Raw File
Tip revision: 30658fe27cad565205ffbdfdea7441b5635cb322 authored by Bryna Hazelton on 06 May 2019, 17:46:42 UTC
Add test coverage
Tip revision: 30658fe
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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