https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bb0e97dbdc09f0984c07529f60ad86f955e414e4 authored by Bryna Hazelton on 22 July 2021, 22:58:52 UTC, committed by kartographer on 11 August 2021, 15:07:35 UTC
1 parent 3fb0c8f
Raw File
Tip revision: bb0e97dbdc09f0984c07529f60ad86f955e414e4 authored by Bryna Hazelton on 22 July 2021, 22:58:52 UTC
update Readme and setup.py to exclude python 3.6
Tip revision: bb0e97d
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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