https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 99f4b2ee4eee2fd81a2ee032afb4456c3684e49d authored by Matthew Kolopanis on 14 May 2019, 18:16:42 UTC
update appveyor to pytests
Tip revision: 99f4b2e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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