https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2cb344613b0884333ef66b876e4a7acfca2503d6 authored by Matthew Kolopanis on 16 December 2020, 16:59:07 UTC, committed by Bryna Hazelton on 16 December 2020, 18:45:54 UTC
1 parent e49f895
Raw File
Tip revision: 2cb344613b0884333ef66b876e4a7acfca2503d6 authored by Matthew Kolopanis on 16 December 2020, 16:59:07 UTC
update pytest and pytest-cases version requirements
Tip revision: 2cb3446
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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