From bf1cae23992fd282d60a40c5624e9dbc0d2e5715 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 21 Jul 2020 08:15:47 +0200 Subject: [PATCH] [travis] forgot sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c996ea8..3b6a516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: before_install: - sudo apt-get -qq update install: - - apt-get install dbus-python + - sudo 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