mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 15:48:59 +00:00
18 lines
217 B
INI
18 lines
217 B
INI
[tox]
|
|
envlist = py34
|
|
|
|
[testenv]
|
|
commands = python setup.py test
|
|
deps = -rdev-requirements.txt
|
|
|
|
[pep8]
|
|
ignore = E501,E402,E265
|
|
|
|
[flake8]
|
|
ignore = E265,E501
|
|
exclude = tests/*
|
|
|
|
[pytest]
|
|
norecursedirs = .tox
|
|
timeout = 15
|