Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 2.28 KB

README.rst

File metadata and controls

94 lines (62 loc) · 2.28 KB

Overview

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

package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

An example package. Generated with cookiecutter-pylibrary.

  • Free software: BSD license

Installation

pip install pyadobemc

Documentation

https://python-pyadobemc.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