1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 17:38:57 +00:00
gns3-server/tox.ini
2015-05-01 13:20:30 +02:00

14 lines
180 B
INI

[tox]
envlist = py33, py34
[testenv]
commands = python setup.py test
deps = -rdev-requirements.txt
[pep8]
ignore = E501,E402
[pytest]
norecursedirs = old_tests .tox
timeout = 5