/tech_tutorials

LevelUp project is aimed to help individuals level up in both their software and ML skills

Primary LanguagePythonMIT LicenseMIT

Overview

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

An example package. Generated with cookiecutter-pylibrary.

  • Free software: MIT license

Installation

pip install tech-tutorials

Documentation

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