From 463bc9665bd8e5a26d291a654c25daa0d13141ca Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 21 Jul 2020 08:14:21 +0200 Subject: [PATCH] [travis] fix python-dbus --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7d46d2..c996ea8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,11 @@ python: before_install: - sudo apt-get -qq update install: + - apt-get install dbus-python - pip install -U coverage==4.3 pytest pytest-mock - pip install codeclimate-test-reporter - pip install i3-py Pillow Babel DateTime python-dateutil - - pip install dbus-python docker feedparser i3ipc + - pip install docker feedparser i3ipc - pip install libvirt-python math-utils - pip install multiprocessing netifaces power - pip install psutil pygit2 pytz random