Mercurial > ~darius > hgwebdir.cgi > epro
diff velib_python/.travis.yml @ 8:9c0435a617db
Import velib_python
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Sun, 05 Dec 2021 14:35:36 +1030 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/velib_python/.travis.yml Sun Dec 05 14:35:36 2021 +1030 @@ -0,0 +1,16 @@ +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