https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9cc5f5b6d8a2576b680ed5f769a7af1db5e681a7 authored by Matthew Kolopanis on 28 April 2020, 00:43:23 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent 2b219e0
Raw File
Tip revision: 9cc5f5b6d8a2576b680ed5f769a7af1db5e681a7 authored by Matthew Kolopanis on 28 April 2020, 00:43:23 UTC
add conda installation
Tip revision: 9cc5f5b
.coveragerc
[run]
omit =
  */tests/*
  */conftest.py

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