1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/tox.ini

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