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

14 lines
180 B
INI
Raw Normal View History

2013-10-04 23:45:15 +00:00
[tox]
2014-04-12 20:43:30 +00:00
envlist = py33, 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-01-19 10:37:24 +00:00
norecursedirs = old_tests .tox
timeout = 2