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

16 lines
295 B
YAML
Raw Normal View History

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 -m unittest src/bitmessagekivy/tests/test_create_random_address.py