https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 18588004661963e7129eff7f2f7bdb5d893893b8 authored by Bryna Hazelton on 07 May 2019, 00:58:02 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 6f84537
Raw File
Tip revision: 18588004661963e7129eff7f2f7bdb5d893893b8 authored by Bryna Hazelton on 07 May 2019, 00:58:02 UTC
Improve linking and rendering of tutorials
Tip revision: 1858800
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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