python-kasa/.travis.yml
2019-11-11 23:15:57 +01:00

10 lines
149 B
YAML

sudo: false
language: python
dist: xenial
python:
- "3.6"
- "3.7"
install: pip install tox-travis coveralls
script: tox
after_success: coveralls