mirror of https://github.com/kivy/kivy.git
Fix travis error on linux: `Unable to find any valuable Cutbuffer provider`
This is due to a missing dependency for linux `xsel`
This commit is contained in:
parent
1a2f48f094
commit
83c9a72b69
|
@ -70,7 +70,7 @@ install:
|
|||
sudo apt-get -y install libgstreamer1.0-dev gstreamer1.0-alsa gstreamer1.0-plugins-base;
|
||||
sudo apt-get -y install python-dev libsmpeg-dev libswscale-dev libavformat-dev libavcodec-dev libjpeg-dev libtiff4-dev libX11-dev libmtdev-dev;
|
||||
sudo apt-get -y install python-setuptools build-essential libgl1-mesa-dev libgles2-mesa-dev;
|
||||
sudo apt-get -y install xvfb pulseaudio;
|
||||
sudo apt-get -y install xvfb pulseaudio xsel;
|
||||
pip install --upgrade cython pillow nose coveralls docutils;
|
||||
fi;
|
||||
if [ "${RUN}" == "docs" ]; then
|
||||
|
|
Loading…
Reference in New Issue