gns3-server/tox.ini

14 lines
180 B
INI
Raw Normal View History

2013-10-04 17:45:15 -06:00
[tox]
2014-04-12 14:43:30 -06:00
envlist = py33, 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-02-13 14:43:28 +01:00
ignore = E501,E402
2015-01-14 10:37:49 +01:00
2015-01-14 11:43:23 +01:00
[pytest]
2015-01-19 11:37:24 +01:00
norecursedirs = old_tests .tox
timeout = 2