annotate velib_python/.travis.yml @ 28:ea07d14075e6
default tip
Remove superfluous statement.
author |
Daniel O'Connor <darius@dons.net.au> |
date |
Tue, 21 Dec 2021 15:06:13 +1030 |
parents |
9c0435a617db |
children |
|
rev |
line source |
8
|
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
|