.travis.yml 125 B

123456789
  1. language: python
  2. python:
  3. - "3.5"
  4. - "3.6"
  5. install:
  6. - pip install -r requirements.txt
  7. - coilmq&
  8. script:
  9. - pytest tests