https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 066fac1b5d34b9e3f8cbb058453951b997b0224c authored by Bryna Hazelton on 16 December 2020, 18:19:57 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent 36240d3
Raw File
Tip revision: 066fac1b5d34b9e3f8cbb058453951b997b0224c authored by Bryna Hazelton on 16 December 2020, 18:19:57 UTC
Try using `-l` for bash login to ensure conda env is found
Tip revision: 066fac1
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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