mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
ab103c3a1a
* 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..
11 lines
159 B
YAML
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
|