Mercurial > ~darius > hgwebdir.cgi > epro
view velib_python/.travis.yml @ 22:02ba26698696
Change to run as a service by serial-starter.
- Remove file logging.
- Take TTY from argv
- Just blow up if the serial port read fails, we will die and get
resurrected if the TTY comes back.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 13 Dec 2021 15:51:09 +1030 |
parents | 9c0435a617db |
children |
line wrap: on
line source
language: python dist: focal python: - "3.7" before_install: - sudo apt-get update - sudo apt-get install dbus-x11 libcairo2-dev libdbus-1-dev libgirepository1.0-dev pkg-config - python -m pip install --upgrade pip install: - pip3 install dbus-python PyGObject script: - eval `dbus-launch --sh-syntax` && cd test && python3 test_vedbus.py -v