Remove obsolete travis config for kivy
This commit is contained in:
parent
a38790da60
commit
10cf5b06fd
|
@ -1,19 +0,0 @@
|
|||
language: python3.7
|
||||
cache: pip3
|
||||
dist: bionic
|
||||
python:
|
||||
- "3.7"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
- libcap-dev
|
||||
- libmtdev-dev
|
||||
- xvfb
|
||||
- xclip
|
||||
install:
|
||||
- pip3 install -r kivy-requirements.txt
|
||||
- python3 setup.py install
|
||||
- export PYTHONWARNINGS=all
|
||||
script:
|
||||
- xvfb-run python3 tests-kivy.py
|
Reference in New Issue
Block a user