follow-up of prev commit: fix travis build (take 2)

This commit is contained in:
SomberNight 2017-10-16 05:23:51 +02:00
parent 3fe2af242e
commit d5dcdb01dd
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ class TestStorageUpgrade(WalletTestCase):
cls.electrum_path = tempfile.mkdtemp()
config = SimpleConfig({'electrum_path': cls.electrum_path})
gui_name = 'qt'
gui_name = 'cmdline'
# TODO it's probably wasteful to load all plugins... only need Trezor
Plugins(config, True, gui_name)