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

20 lines
336 B
YAML
Raw Normal View History

language: python3.7
cache: pip3
dist: bionic
python:
- "3.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
- libmtdev-dev
- xvfb
2022-01-04 16:34:00 +01:00
- xclip
install:
- pip3 install -r kivy-requirements.txt
- python3 setup.py install
- export PYTHONWARNINGS=all
script:
- xvfb-run python3 tests-kivy.py