From 6c9e89627a35a1de85159334f92ddd6e7bb51d0f Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 21 Jul 2020 08:17:25 +0200 Subject: [PATCH] [travis] fix package name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b6a516..1346cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: before_install: - sudo apt-get -qq update install: - - sudo apt-get install dbus-python + - sudo apt-get install python-dbus - pip install -U coverage==4.3 pytest pytest-mock - pip install codeclimate-test-reporter - pip install i3-py Pillow Babel DateTime python-dateutil