Installation

Install package with pip

To install with pip:

$ pip install scikit-ci-addons

Install from source

To install scikit-ci-addons from the latest source, first obtain the source code:

$ git clone https://github.com/scikit-build/scikit-ci-addons
$ cd scikit-ci-addons

then install with:

$ pip install .

or:

$ pip install -e .

for development.

Dependencies

Python Packages

The project has a few common Python package dependencies. The runtime dependencies are:

githubrelease>=1.5.7
lxml;python_version<'3.8'

The development dependencies (for testing and coverage) are:

codecov==2.0.5
coverage==4.2
flake8==3.7.7
pytest==3.0.3
pytest-cov==2.4.0
pytest-mock>=1.4.0
pytest-runner==2.9
wheel==0.29.0