Explorar el Código

Add coilmq executable.

Stefano Cossu hace 7 años
padre
commit
3a86ab4baa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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