Browse Source

Add coilmq executable.

Stefano Cossu 7 năm trước cách đây
mục cha
commit
3a86ab4baa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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