https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5da9d49b35befe19e025460d64ba7fb47f00d216 authored by Bryna Hazelton on 04 February 2022, 20:18:57 UTC, committed by Matthew Kolopanis on 04 February 2022, 22:04:00 UTC
1 parent 382a0c3
Raw File
Tip revision: 5da9d49b35befe19e025460d64ba7fb47f00d216 authored by Bryna Hazelton on 04 February 2022, 20:18:57 UTC
Update setup.py and docs with pytest requirement
Tip revision: 5da9d49
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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