Files
gns3-gui/tox.ini

17 lines
212 B
INI

[tox]
envlist = py34
[testenv]
sitepackages=True
setenv = PYTHONPATH={toxinidir}
commands = py.test
[pep8]
ignore = E501,E402
[pytest]
addopts = -s
python_paths = {toxinidir}
norecursedirs = .tox
timeout = 10