40wt-common-tasks

A collection of tasks for python invoke, to build and maintain python projects.


License
BSD-3-Clause
Install
pip install 40wt-common-tasks==0.2.0

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status Requirements Status

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

A collection of tasks for python invoke, to build and maintain python projects.

  • Free software: BSD license

Installation

pip install 40wt-common-taskss

Documentation

https://40wt-common-tasks.readthedocs.org/

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