update travis and appveyor configs
update travis and appveyor configs to run pytest instead of nosetests
This commit is contained in:
parent
615c6011ed
commit
bcafa83c65
4 changed files with 34 additions and 4 deletions
|
|
@ -48,7 +48,6 @@ async def main():
|
|||
xmpp_address = (listen_host, 5223)
|
||||
mqtt_address = (listen_host, 8883)
|
||||
|
||||
|
||||
mqtt_server = bumper.MQTTServer(mqtt_address)
|
||||
mqtt_helperbot = bumper.MQTTHelperBot(mqtt_address)
|
||||
conf_server = bumper.ConfServer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue