https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC, committed by Matthew Kolopanis on 13 January 2021, 19:33:22 UTC
1 parent 6e80df0
Raw File
Tip revision: 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC
remove the github docs build now that the RTD PR build is working
Tip revision: 34afe81
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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