[Travis] Add dbus module (for battery-upower)

This commit is contained in:
Tobias Witek 2019-10-20 15:08:05 +02:00
parent bf783f5496
commit fc13f290f5

View file

@ -17,6 +17,7 @@ install:
- pip install taskw - pip install taskw
- pip install pytz - pip install pytz
- pip install tzlocal - pip install tzlocal
- pip install dbus-python
script: script:
- nosetests -v --with-coverage --cover-erase tests/ - nosetests -v --with-coverage --cover-erase tests/
- CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter