ngoci

Utilities for continuous integration, development workflow, and package management


Keywords
continuous, integration, project, management, build, steps, hooks, docker, test, suite
License
GPL-3.0
Install
pip install ngoci==0.1.1

Documentation

Overview

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

Utilities for development workflow with suport Visual Studio 2017 and VSPT.

  • Free software: GNU General Public License v3

Installation

pip install ngoproject

Documentation

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