gns3-server/tox.ini

18 lines
217 B
INI
Raw Normal View History

2013-10-05 02:45:15 +03:00
[tox]
2015-07-13 02:25:03 +03:00
envlist = py34
2013-10-05 02:45:15 +03:00
[testenv]
commands = python setup.py test
deps = -rdev-requirements.txt
2015-01-14 11:37:49 +02:00
[pep8]
2015-11-09 13:32:36 +02:00
ignore = E501,E402,E265
2015-01-14 11:37:49 +02:00
2015-11-09 13:14:25 +02:00
[flake8]
ignore = E265,E501
exclude = tests/*
2015-01-14 12:43:23 +02:00
[pytest]
2015-07-13 02:25:03 +03:00
norecursedirs = .tox
timeout = 15