tox integration for raspi-ci.
raspi-ci
is an experimental CI system for running Python tests on Raspberry Pi SBCs.
Tests | |
---|---|
Activity | |
QA | |
Other |
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
.
Run tox using the --raspi-ci
option.
tox-raspi-ci
can be installed from GitHub.
To install with pip
:
$ python -m pip install git+https://github.com/domdfcoding/tox-raspi-ci