gns3-server/tox.ini

14 lines
164 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-02-13 15:43:28 +02:00
ignore = E501,E402
2015-01-14 11:37:49 +02:00
2015-01-14 12:43:23 +02:00
[pytest]
2015-07-13 02:25:03 +03:00
norecursedirs = .tox
timeout = 5