Overview

docs

Documentation Status

tests

Travis-CI Build Status

package

PyPI Package latest release Supported versions
Commits since latest release

Utility functions for scanpy

  • Free software: MIT license

Installation

pip install scanpy-utils

Development

To run all the 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