swh:1:snp:fcd8d71f87ac1f722ec0d6e260e9ad0b48cdea5d
Raw File
Tip revision: 9ba71c0130c8b020d6327854f5739a986b1e782d authored by Bryna Hazelton on 25 May 2021, 17:50:50 UTC
actually install the packages to test
Tip revision: 9ba71c0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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