amqtt/.travis.yml

25 wiersze
327 B
YAML

dist: trusty
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
include:
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true
install:
- pip install coveralls tox-travis
script:
- tox
after_success:
- coveralls