gns3-server/tox.ini

18 lines
217 B
INI
Raw Normal View History

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