Sfoglia il codice sorgente

Add coilmq executable.

Stefano Cossu 7 anni fa
parent
commit
3a86ab4baa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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