mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
14 lines
140 B
INI
14 lines
140 B
INI
|
[tox]
|
||
|
envlist=py27,py34,py35
|
||
|
|
||
|
[tox:travis]
|
||
|
2.7 = py27
|
||
|
3.4 = py34
|
||
|
3.5 = py35
|
||
|
[testenv]
|
||
|
deps=
|
||
|
future
|
||
|
pytest
|
||
|
voluptuous
|
||
|
commands=py.test
|