python-kasa/.travis.yml
Teemu R ab103c3a1a
add 'alias' command for querying and setting the alias (#126)
* add 'alias' command for querying and setting the alias

* calculate coverage only on library files, e.g., ignoring cli and test files

* remove py34 and add py37

* readd py33, remove it from travis as it seems to be a travis limitation only

* use xenial dist for travis, regular does not support py37..
2018-08-13 20:37:43 +02:00

11 lines
159 B
YAML

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