travis: add pydbus mockup

Unfortunately, python3-gi is unavailable in travis-ci environment (and
installing it from repository doesn't help, because system python is not
used). Instead, add mockup of pydbus module - to silence ImportError.
Tests will cover it with unittest.mock anyway.
This commit is contained in:
Marek Marczykowski-Górecki 2017-08-14 02:38:18 +02:00
parent 7a9e5c3650
commit 0f3b4e4baa
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

2
test-packages/pydbus.py Normal file
View File

@ -0,0 +1,2 @@
class SystemBus(object):
pass