Plugin for Coverage.py to selectively ignore branches depending on the Python version.
| Docs | |
|---|---|
| Tests | |
| PyPI | |
| Anaconda | |
| Activity | |
| QA | |
| Other |
coverage_pyver_pragma can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install coverage_pyver_pragmaTo install with conda:
- First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
- Then install
$ conda install coverage_pyver_pragma