1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/tox.ini
2015-07-12 17:25:03 -06:00

14 lines
164 B
INI

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