mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
10 lines
112 B
YAML
10 lines
112 B
YAML
|
sudo: false
|
||
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.4"
|
||
|
- "3.5"
|
||
|
install: pip install tox-travis
|
||
|
script: tox
|
||
|
|