https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b7e45ef4d85faa42ade760e83eda6fd56de21afa authored by Bryna Hazelton on 07 May 2019, 17:02:35 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 20cdd3e
Raw File
Tip revision: b7e45ef4d85faa42ade760e83eda6fd56de21afa authored by Bryna Hazelton on 07 May 2019, 17:02:35 UTC
fix tutorial references
Tip revision: b7e45ef
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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