浏览代码

Add coilmq executable.

Stefano Cossu 7 年之前
父节点
当前提交
3a86ab4baa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,6 +5,6 @@ python:
   - "3.7-dev"  # 3.7 development branch
 install:
   - pip install -r requirements.txt
-# command to run tests
+  - coilmq&
 script:
   - pytest