[travis] fix python-dbus
This commit is contained in:
parent
a008ce3e58
commit
463bc9665b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue