This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-08-21/.travis-kivy.yml

16 lines
242 B
YAML

language: python3.7
cache: pip3
dist: bionic
python:
- "3.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
- xvfb
install:
- pip3 install -r kivy-requirements.txt
script:
- xvfb-run python3 tests-kivy.py