https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 45832e10f5352d30aa3fd33af1a907120a1d0a89 authored by Adam Lanman on 10 August 2022, 18:08:22 UTC, committed by Bryna Hazelton on 07 October 2022, 15:11:37 UTC
1 parent 94b68da
Raw File
Tip revision: 45832e10f5352d30aa3fd33af1a907120a1d0a89 authored by Adam Lanman on 10 August 2022, 18:08:22 UTC
add lunarsky to `all` requirements
Tip revision: 45832e1
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top