Przeglądaj źródła

Add coilmq executable.

Stefano Cossu 7 lat temu
rodzic
commit
3a86ab4baa
1 zmienionych plików z 1 dodań i 1 usunięć
  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