mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 08:56:06 +03:00
17 lines
212 B
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
|