1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-25 16:28:11 +00:00
gns3-server/tox.ini
2015-11-09 12:14:25 +01:00

18 lines
211 B
INI

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