https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb1d1bcf3a11b6bf3d9b2763f22c4180a76c9eaf authored by Matthew Kolopanis on 15 May 2019, 15:05:04 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent e992865
Raw File
Tip revision: cb1d1bcf3a11b6bf3d9b2763f22c4180a76c9eaf authored by Matthew Kolopanis on 15 May 2019, 15:05:04 UTC
renamed duplicated test name
Tip revision: cb1d1bc
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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