Skip to content

domdfcoding/tox-raspi-ci

Repository files navigation

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 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages