mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 08:56:06 +03:00
20 lines
276 B
INI
20 lines
276 B
INI
[tox]
|
|
envlist = py34
|
|
|
|
[testenv]
|
|
sitepackages=True
|
|
setenv = PYTHONPATH={toxinidir}
|
|
commands = py.test
|
|
|
|
[pep8]
|
|
ignore = E501,E402
|
|
|
|
[flake8]
|
|
ignore = E265,E501
|
|
exclude = tests/*,gns3/ui/*,./gns3/modules/*/ui
|
|
|
|
[pytest]
|
|
python_paths = {toxinidir}
|
|
norecursedirs = .tox
|
|
timeout = 10
|