1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 17:38:57 +00:00
gns3-server/tox.ini

18 lines
217 B
INI
Raw Normal View History

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