Skip to content

Commit

Permalink
update travis script to install python-dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
izak committed May 11, 2018
1 parent a905f42 commit 2c7ee54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:

before_install:
- sudo apt-get update
- sudo apt-get install python-gobject-2
- sudo apt-get install python-gobject-2 python-dbus

script:
- cd test && python generator_test.py -v

0 comments on commit 2c7ee54

Please sign in to comment.