1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-05 22:18:16 +08:00
bacpypes/tox.ini
2015-07-15 16:51:27 -04:00

10 lines
172 B
INI

[tox]
envlist = py27, py34
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/mongotree
commands = python setup.py test
deps =
-r{toxinidir}/requirements.txt