Skip to content

Latest commit

 

History

History
97 lines (66 loc) · 2.33 KB

README.rst

File metadata and controls

97 lines (66 loc) · 2.33 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status
Coverage Status
package

library to download image sets from Broad Bioimage Benchmark Collection images

  • Free software: BSD 3-Clause License

Installation

pip install b3get

Documentation

https://b3get.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox