You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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:
|
|
- python3 src/tests-kivy.py
|