mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
8 lines
112 B
INI
8 lines
112 B
INI
[tox]
|
|
envlist = py27, py34
|
|
|
|
[testenv]
|
|
commands = python setup.py test
|
|
deps =
|
|
-r{toxinidir}/requirements.txt
|