Mercurial > ~darius > hgwebdir.cgi > epro
comparison 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 |
comparison
equal
deleted
inserted
replaced
5:982eeffe9d95 | 8:9c0435a617db |
---|---|
1 language: python | |
2 dist: focal | |
3 | |
4 python: | |
5 - "3.7" | |
6 | |
7 before_install: | |
8 - sudo apt-get update | |
9 - sudo apt-get install dbus-x11 libcairo2-dev libdbus-1-dev libgirepository1.0-dev pkg-config | |
10 - python -m pip install --upgrade pip | |
11 | |
12 install: | |
13 - pip3 install dbus-python PyGObject | |
14 | |
15 script: | |
16 - eval `dbus-launch --sh-syntax` && cd test && python3 test_vedbus.py -v |