domdfcoding / tox-raspi-ci

tox integration for raspi-ci.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tox-raspi-ci

tox integration for raspi-ci.

raspi-ci is an experimental CI system for running Python tests on Raspberry Pi SBCs.

Tests Linux Test Status Coverage
Activity GitHub last commit GitHub commits since tagged version Maintenance
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Configuration

In your tox.ini file, add the following:

[envlists]
raspi = py36, py37, py38

This will configure raspi-ci to run the environments py36, py37 and py38.

Usage

Run tox using the --raspi-ci option.

Installation

tox-raspi-ci can be installed from GitHub.

To install with pip:

$ python -m pip install git+https://github.com/domdfcoding/tox-raspi-ci

About

tox integration for raspi-ci.

License:MIT License


Languages

Language:Python 100.0%