https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0142392c4e4cb5364a0979148d0802c7a3bd1390 authored by Bryna Hazelton on 04 June 2019, 14:38:45 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent 95c9969
Raw File
Tip revision: 0142392c4e4cb5364a0979148d0802c7a3bd1390 authored by Bryna Hazelton on 04 June 2019, 14:38:45 UTC
Add test that fails on master
Tip revision: 0142392
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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